rustc_codegen_cranelift icon indicating copy to clipboard operation
rustc_codegen_cranelift copied to clipboard

Make generated clif ir more robust

Open bjorn3 opened this issue 4 years ago • 0 comments

This requires additional Cranelift features.

  • [ ] Use real variadic function calls instead of faking them. (https://github.com/bytecodealliance/wasmtime/issues/1030) The AppleAArch64 calling convention passes variadic arguments on the stack, unlike other calling conventions which handle them like regular arguments.
  • [x] https://github.com/rust-lang/rustc_codegen_cranelift/issues/761

bjorn3 avatar Sep 27 '21 13:09 bjorn3