Files
wasmtime/cranelift/codegen
Nick Fitzgerald 5af47dc4cd cranelift: Only emit stack maps when a function actually uses reference types
This fix avoids a small slow down in scenarios where reference types are enabled
but a given function doesn't actually use them.

Fixes #1883
2020-08-07 16:54:51 -07:00
..
2020-08-07 10:08:44 -07:00
2020-07-24 19:29:12 +02:00

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