Skip to content
  • Nobuyoshi Nakada's avatar
    54f0e63a
    Remove `NODE_DASGN_CURR` [Feature #18406] · 54f0e63a
    Nobuyoshi Nakada authored
    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.
    54f0e63a
    Remove `NODE_DASGN_CURR` [Feature #18406]
    Nobuyoshi Nakada authored
    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.
Loading