You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ⚠⚠⚠ 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. ⚠⚠⚠
28
+
27
29
In jit mode cg_clif will immediately execute your code without creating an executable file.
28
30
29
31
> This requires all dependencies to be available as dynamic library.
0 commit comments