Project

General

Profile

Actions

Feature #18406

closed

Remove `NODE_DASGN_CURR`

Added by nobu (Nobuyoshi Nakada) over 2 years ago. Updated over 2 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:106628]

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 #1

Updated by nobu (Nobuyoshi Nakada) over 2 years ago

  • Status changed from Open to Closed

Applied in changeset git|54f0e63a8c53753af7db8653972ac450415eae13.


Remove NODE_DASGN_CURR [Feature #18406]

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

Also available in: Atom PDF

Like0
Like0