Skip to content

Commit

Permalink
Add warning to the jit mode section of the usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 9, 2021
1 parent 98f45af commit c11d8f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage.md
Expand Up @@ -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.
Expand Down

0 comments on commit c11d8f5

Please sign in to comment.