Actions
Feature #18406
closedRemove `NODE_DASGN_CURR`
Feature #18406:
Remove `NODE_DASGN_CURR`
Status:
Closed
Assignee:
-
Target version:
-
Description
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.
Actions