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

JIT hot spots #134

Closed
giann opened this issue Jun 2, 2023 · 0 comments
Closed

JIT hot spots #134

giann opened this issue Jun 2, 2023 · 0 comments
Labels
jit Issues related to JIT compiler performance Improves performances
Milestone

Comments

@giann
Copy link
Collaborator

giann commented Jun 2, 2023

Be able to JIT compile loops and other non-function nodes

@giann giann added performance Improves performances jit Issues related to JIT compiler labels Jun 2, 2023
@giann giann added this to the 0.2.0 milestone Jun 2, 2023
@giann giann modified the milestones: 0.4.0, 0.5.0 Oct 18, 2023
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
@giann giann closed this as completed in c44f2ce May 7, 2024
@giann giann removed this from the 0.5.0 milestone May 16, 2024
@giann giann added this to the 0.4.0 milestone May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jit Issues related to JIT compiler performance Improves performances
Projects
None yet
Development

No branches or pull requests

1 participant