-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are there plans to support JIT in the future? #37
Comments
It seems "NO". |
No plan as it would be in contradiction with the project goals (small code, reasonably simple and portable). |
You can transpile TypeScript to Lua and run via LuaJIT: https://typescripttolua.github.io/ LuaJIT is quite portable, list of JIT targets: https://github.com/LuaJIT/LuaJIT/tree/v2.1/src/jit |
cykoder
pushed a commit
to cykoder/quickjs
that referenced
this issue
Sep 1, 2023
fix: ic opcode should use none instead of atom to prevent double delete
GerHobbelt
pushed a commit
to GerHobbelt/quickjs
that referenced
this issue
Oct 17, 2023
Update quickjs to 2021-03-27
TooTallNate
pushed a commit
to TooTallNate/quickjs
that referenced
this issue
Dec 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: