Files
wasmtime/cranelift/codegen
Peter Huene ce5f3e153b Only update XMM save unwind operation offsets when using a FP.
This commit prevents updating the XMM save unwind operation offsets when a
frame pointer is not used, even though currently Cranelift always uses a
frame pointer.

This will prevent incorrect unwind information in the future when we start
omitting frame pointers.
2020-05-21 16:46:30 -07:00
..

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