Skip to content
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

Closed
qujianbiao opened this issue Dec 1, 2020 · 3 comments
Closed

Are there plans to support JIT in the future? #37

qujianbiao opened this issue Dec 1, 2020 · 3 comments

Comments

@qujianbiao
Copy link

No description provided.

@ScSofts
Copy link

ScSofts commented Dec 20, 2020

It seems "NO".

@bellard
Copy link
Owner

bellard commented Mar 21, 2021

No plan as it would be in contradiction with the project goals (small code, reasonably simple and portable).

@bellard bellard closed this as completed Mar 21, 2021
@kungfooman
Copy link

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
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants