Files
wasmtime/cranelift/codegen
Alex Crichton 1548ca3c47 Disable check_label_branch_invariants in fuzzing
This commit disables the `MachBuffer::check_label_branch_invariants`
debug check on the fuzzers due to it causing timeouts with the test case
from #3441. Fuzzing leads to a 20-30x slowdown of executed code and
locally the fuzz time it takes to instantiate #3441 drops from 3 minutes
to 6 seconds disabling this function. Note that this should still be
executed during our testing on CI since it's still enabled for debug
assertions.
2021-11-15 07:34:09 -08:00
..
2021-10-10 14:19:08 +02:00
2021-11-02 12:08:30 -05:00
2021-11-02 12:08:30 -05:00
2021-10-12 15:12:26 +02:00
2021-11-02 12:08:30 -05:00

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