Files
wasmtime/cranelift/codegen
Ulrich Weigand 906f6a35cf ISLE: Allow emitting safepoint insns
Change the implementation of emitted_insts in IsleContext from
a plain vector of instructions into a vector of tuples, where
the second element is a boolean that indicates whether this
instruction should be emitted as a safepoint.

This allows targets to emit safepoint insns via ISLE.
2022-01-25 14:21:41 +01:00
..
2021-10-10 14:19:08 +02:00
2022-01-05 13:26:50 -06:00
2022-01-25 14:21:41 +01:00
2022-01-21 19:30:56 +01:00
2022-01-05 13:26:50 -06:00

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