Skip to content

Commit 5c78324

Browse files
committed
Remove lack of mulithreading support from usage.md
1 parent 4a7068d commit 5c78324

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/usage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ $ $cg_clif_dir/build/bin/cg_clif -Cllvm-args=mode=jit -Cprefer-dynamic my_crate.
4040
```
4141

4242
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.
43+
first called.
4544

4645
```bash
4746
$ $cg_clif_dir/build/cargo.sh lazy-jit

0 commit comments

Comments
 (0)