From 356d749952c2ebc66a30c36f45da57f37f7baac0 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Sat, 30 Jan 2021 19:38:57 +0100 Subject: [PATCH] Update Readme.md for the fixed abi compatibility --- Readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 22d9e00923f..00b9dc2267d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,4 @@ -# WIP Cranelift codegen backend for rust - -> ⚠⚠⚠ Certain kinds of FFI don't work yet. ⚠⚠⚠ +# Cranelift codegen backend for rust The goal of this project is to create an alternative codegen backend for the rust compiler based on [Cranelift](https://github.com/bytecodealliance/wasmtime/blob/main/cranelift). This has the potential to improve compilation times in debug mode. @@ -103,7 +101,6 @@ function jit_calc() { ## Not yet supported -* Good non-rust abi support ([several problems](https://github.com/bjorn3/rustc_codegen_cranelift/issues/10)) * Inline assembly ([no cranelift support](https://github.com/bytecodealliance/wasmtime/issues/1041) * On Linux there is support for invoking an external assembler for `global_asm!` and `asm!`. `llvm_asm!` will remain unimplemented forever. `asm!` doesn't yet support reg classes. You