mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
parent
98f45afd64
commit
c11d8f5be1
@ -24,6 +24,8 @@ $ $cg_clif_dir/build/bin/cg_clif my_crate.rs
|
|||||||
|
|
||||||
## Jit mode
|
## 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.
|
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.
|
> This requires all dependencies to be available as dynamic library.
|
||||||
|
Loading…
Reference in New Issue
Block a user