Skip to content

Eliminate dynscope for leaf blocks with break/return#8447

Open
headius wants to merge 1 commit intojruby:masterfrom
headius:faster_leaf_blocks_with_return
Open

Eliminate dynscope for leaf blocks with break/return#8447
headius wants to merge 1 commit intojruby:masterfrom
headius:faster_leaf_blocks_with_return

Conversation

@headius
Copy link
Member

@headius headius commented Nov 22, 2024

This is a patch to eliminate the need to push a new DynamicScope for leaf blocks that have non-local flow control (break or return) by using the self block's binding's DynamicScope to find the jump target.

See #8330 for original PR closed by 9.5-dev branch deletion.

This is a patch to eliminate the need to push a new DynamicScope
for leaf blocks that have non-local flow control (break or return)
by using the self block's binding's DynamicScope to find the
jump target.
@headius headius added this to the JRuby 10.0.0.0 milestone Nov 22, 2024
@headius headius changed the base branch from 10-dev to master March 10, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant