Files
wasmtime/cranelift/codegen
Steffen Butzer 2a519092a0 Use single index for param register allocation for windows callconv (… (#693)
* Use single index for param register allocation for windows callconv (#691)

The used registers depend entirely on the parameter index (1st, 2nd, 3rd, 4th, ... param)
and we cannot shift unused registers to other indexes, if they are not designated for
the use for that parameter index.
2019-03-05 12:17:41 +01:00
..
2019-02-25 19:04:32 +01:00

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