Files
wasmtime/cranelift/codegen
Ryan Hunt 848baa0aa7 Codegen: Add ref.is_invalid instruction
Spidermonkey returns a sentinel ref value of '-1' from some VM functions
to indicate failure. This commit adds an instruction analagous to ref.is_null
that checks for this value.
2020-01-23 13:37:11 -06:00
..
2020-01-17 14:33:52 -08:00
2019-12-07 09:47:43 -08:00
2020-01-22 11:25:35 -08:00

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