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

[GR-61282] [GR-63630] Support source sections when linear parsing without look-ahead. #10942

Merged
merged 4 commits into from
Apr 11, 2025

Conversation

graalvmbot
Copy link
Collaborator

@graalvmbot graalvmbot commented Mar 28, 2025

  • Bytecode DSL: Bytecode builders now also allow emitting source sections using the start and length source indices in the end method in addition to the begin method. This was added to support linear parsing without look-ahead.
  • Bytecode DSL: (breaking) If multiple source sections were specified around root operations, only the innermost source section directly encapsulating the root will be accessible. Other encapsulating source sections will be discarded for outer most root operations.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 28, 2025
@graalvmbot graalvmbot changed the title [GR-61282] Support source sections when linear parsing without look-ahead. [GR-61282][GR-63630] Support source sections when linear parsing without look-ahead. Mar 31, 2025
@graalvmbot graalvmbot changed the title [GR-61282][GR-63630] Support source sections when linear parsing without look-ahead. [GR-61282] [GR-63630] Support source sections when linear parsing without look-ahead. Apr 2, 2025
@graalvmbot graalvmbot force-pushed the chumer/GR-61282/improve-source-sections branch from 6af545c to 64a6743 Compare April 10, 2025 10:33
@graalvmbot graalvmbot closed this Apr 11, 2025
@graalvmbot graalvmbot deleted the chumer/GR-61282/improve-source-sections branch April 11, 2025 22:34
@graalvmbot graalvmbot merged commit c76b4ce into master Apr 11, 2025
13 checks passed
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.

3 participants