Files
wasmtime/cranelift/codegen
Alex Crichton 713ce07d35 Add some debug logging for timing in module compiles (#3417)
* Add some debug logging for timing in module compiles

This is sometimes helpful when debugging slow compiles from fuzz bugs or
similar.

* Fix total duration calculation to not double-count
2021-10-11 12:50:15 -05:00
..
2021-10-10 14:19:08 +02:00
2021-09-29 16:23:57 +02:00

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