Files
wasmtime/cranelift/codegen
Yury Delendik 3c68845813 Cranelift: refactoring of unwind info (#2289)
* factor common code

* move fde/unwind emit to more abstract level

* code_len -> function_size

* speedup block scanning

* better function_size calciulation

* Rename UnwindCode enums
2020-10-15 08:34:50 -05:00
..
2020-09-23 13:54:02 -05:00

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