Files
wasmtime/cranelift/codegen
Benjamin Bouvier 9d5be00de4 Address review comments
- put the division in the synthetic instruction as well,
- put the branch table check in the inst's emission code,
- replace OneWayCondJmp by TrapIf vcode instruction,
- add comments describing code generated by the synthetic instructions
2020-07-03 14:33:52 +02:00
..
2020-07-03 14:33:52 +02:00

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