Skip to content

feat(jit): Jit compilation in a worker thread#354

Merged
giann merged 4 commits intomainfrom
threaded-jit
May 5, 2026
Merged

feat(jit): Jit compilation in a worker thread#354
giann merged 4 commits intomainfrom
threaded-jit

Conversation

@giann
Copy link
Copy Markdown
Member

@giann giann commented May 4, 2026

No description provided.

giann added 4 commits May 4, 2026 16:00
Because, since we did not run bytecode even once, strings are not yet interned sometimes
Also we forbid jit_always_on + jit_asynchronous since async can't do copyString which is not threadsafe
The point of -Djit_always_on is to check that every path works once JIT compiled
Also fix unary minus on double which would fail because we always unwrapped an integer
@giann giann merged commit 50cf674 into main May 5, 2026
18 checks passed
@giann giann deleted the threaded-jit branch May 5, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant