We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7068d commit 5c78324Copy full SHA for 5c78324
docs/usage.md
@@ -40,8 +40,7 @@ $ $cg_clif_dir/build/bin/cg_clif -Cllvm-args=mode=jit -Cprefer-dynamic my_crate.
40
```
41
42
There is also an experimental lazy jit mode. In this mode functions are only compiled once they are
43
-first called. It currently does not work with multi-threaded programs. When a not yet compiled
44
-function is called from another thread than the main thread, you will get an ICE.
+first called.
45
46
```bash
47
$ $cg_clif_dir/build/cargo.sh lazy-jit
0 commit comments