]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/docs/usage.md
Rollup merge of #89235 - yaahc:junit-formatting, r=kennytm
[rust.git] / compiler / rustc_codegen_cranelift / docs / usage.md
index 87eec0e818bb2407695c4fa6b82ff49eada037a1..bcc5745d9d1974af3115e83f9004151b10eeeba2 100644 (file)
@@ -24,6 +24,8 @@ $ $cg_clif_dir/build/bin/cg_clif my_crate.rs
 
 ## Jit mode
 
+> ⚠⚠⚠ The JIT mode is highly experimental. It may be slower than AOT compilation due to lack of incremental compilation. It may also be hard to setup if you have cargo dependencies. ⚠⚠⚠
+
 In jit mode cg_clif will immediately execute your code without creating an executable file.
 
 > This requires all dependencies to be available as dynamic library.