Files
wasmtime/cranelift/codegen
Nicolas B. Pierron 381578311c Split edges to have a block to add regmove & copy instructions.
When using basic block instructions cannot be added in-between jump instructions which are ending basic blocks. These changes create extra basic blocks such that extra space is available for the spilling and moving registers where they are expected.
2019-08-30 18:44:35 +02:00
..

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