JIT compiler for JSImpl AST #107
dtrendafilov
started this conversation in
Projects
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
Ще правя този проект |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Create a JIT compiler that from the AST (or bytecode of Spasm) of JSImpl produces native code for x86_64.
The compiler should work on function level and create a native version of the function given the types of the arguments - 32-bit integers and
float
s, 64-bit integers anddouble
s.Possible Optimizations:
Beta Was this translation helpful? Give feedback.
All reactions