Files
wasmtime/cranelift/codegen
Nick Fitzgerald 913a2ec8c8 Cranelift: consider heap's guard pages when legalizing heap_addr (#5335)
* Cranelift: consider heap's guard pages when legalizing `heap_addr`

Fixes #5328

* Update comment to align more directly with implementation

* Add legalization tests for `heap_addr` and offset guard pages
2022-11-29 19:54:25 +00:00
..
2021-10-10 14:19:08 +02:00
2022-11-06 13:32:34 -06:00
2022-11-29 11:25:35 -08:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.