Skip to content

[GR-64124] [GR-64563] Implement Bytecode OSR batch polling; Fixes and improvements to the bytecode loop in bc DSL; Improvements to SL. #11105

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

graalvmbot
Copy link
Collaborator

@graalvmbot graalvmbot commented Apr 30, 2025

  • Fix stack frames must be cleared for conditional jumps and variadic operations. (GR-64563)
  • Avoid unnecessary framestate across the bytecode loop.
  • Support OSR batch polling; Optimize loop counting in the bytecode DSL; Inject probabilities for batch polling in compiled code. (GR-64124)
  • Optimize local variables in bytecode loops. Use uncheckedCast to inject immutability.
  • Improve SL expression nodes for less overhead with interop.
  • Add print option to SL.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 30, 2025
@graalvmbot graalvmbot force-pushed the chumer/GR-64124/batch-polling branch from caa7daf to 8e93662 Compare April 30, 2025 10:14
@graalvmbot graalvmbot changed the title [GR-64124][GR-64563] Implement Bytecode OSR batch polling; Fixes and improvements to the bytecode loop in bc DSL; Improvements to SL [GR-64124] [GR-64563] Implement Bytecode OSR batch polling; Fixes and improvements to the bytecode loop in bc DSL; Improvements to SL. Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants