Skip to content

Commit

Permalink
Remove lack of mulithreading support from usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eggyal committed Jun 17, 2021
1 parent 4a7068d commit 5c78324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/usage.md
Expand Up @@ -40,8 +40,7 @@ $ $cg_clif_dir/build/bin/cg_clif -Cllvm-args=mode=jit -Cprefer-dynamic my_crate.
```

There is also an experimental lazy jit mode. In this mode functions are only compiled once they are
first called. It currently does not work with multi-threaded programs. When a not yet compiled
function is called from another thread than the main thread, you will get an ICE.
first called.

```bash
$ $cg_clif_dir/build/cargo.sh lazy-jit
Expand Down

0 comments on commit 5c78324

Please sign in to comment.