-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
JIT hot spots #134
Labels
Milestone
Comments
giann
added a commit
that referenced
this issue
Apr 26, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 26, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 26, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 26, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 26, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 28, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 28, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 28, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 28, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 28, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 28, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 28, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 28, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 29, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 30, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 30, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
Apr 30, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
May 3, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
May 3, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
May 5, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
May 5, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
May 5, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
giann
added a commit
that referenced
this issue
May 7, 2024
- Profile loops: super simple right now, a simple counter - When hits threshold, compile the node into a native function with no arguments - Patch the bytecode to replace the loop with the function call closes #134
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Be able to JIT compile loops and other non-function nodes
The text was updated successfully, but these errors were encountered: