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

Remove NODE_DASGN_CURR [Feature #18406] #5251

Merged
merged 1 commit into from
Dec 13, 2021
Merged

Conversation

nobu
Copy link
Member

@nobu nobu commented Dec 12, 2021

This NODE type was used in pre-YARV implementation, to improve the performance of assignment to dynamic local variable defined at the innermost scope.
It has no longer any actual difference with NODE_DASGN, except for the node dump.

@nobu nobu changed the title Remove NODE_DASGN_CURR Remove NODE_DASGN_CURR [Feature #18406] Dec 13, 2021
This `NODE` type was used in pre-YARV implementation, to improve
the performance of assignment to dynamic local variable defined at
the innermost scope.  It has no longer any actual difference with
`NODE_DASGN`, except for the node dump.
@nobu nobu merged commit 54f0e63 into ruby:master Dec 13, 2021
@nobu nobu deleted the remove-dasgn_curr branch December 13, 2021 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant