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
- On Windows, TCC JIT is enabled by default (`MINIEXPR_ENABLE_TCC_JIT=ON`).
216
+
- On Emscripten, setting `MINIEXPR_ENABLE_TCC_JIT=ON` enables wasm32 JIT support automatically.
217
+
- Setting `MINIEXPR_ENABLE_TCC_JIT=OFF` disables TCC-based JIT backends; on Linux/macOS, the separate `# me:compiler=cc` runtime path may still be available.
Copy file name to clipboardExpand all lines: doc/dsl-usage.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ Notes:
90
90
- This pragma is independent from `# me:fp=...`.
91
91
- With `# me:compiler=cc`, runtime uses `CC` (default: `cc`) to select the compiler executable.
92
92
- With `# me:compiler=cc`, runtime also honors `CFLAGS`.
93
+
- Build option `MINIEXPR_ENABLE_TCC_JIT=OFF` disables TCC-based JIT backends; on Linux/macOS, the separate `# me:compiler=cc` runtime path may still be available.
93
94
- If the selected backend is unavailable at runtime, miniexpr falls back to interpreter execution.
0 commit comments