From c11d8f5be17c9a2a7514bc8b65247a724c2fc217 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Mon, 9 Aug 2021 12:30:40 +0200 Subject: Add warning to the jit mode section of the usage docs Closes #1192 --- docs/usage.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/usage.md b/docs/usage.md index 87eec0e818b..bcc5745d9d1 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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. -- cgit 1.4.1-3-g733a5