From: "nobu (Nobuyoshi Nakada)" Date: 2021-12-13T01:55:41+00:00 Subject: [ruby-core:106628] [Ruby master Feature#18406] Remove `NODE_DASGN_CURR` Issue #18406 has been reported by nobu (Nobuyoshi Nakada). ---------------------------------------- Feature #18406: Remove `NODE_DASGN_CURR` https://bugs.ruby-lang.org/issues/18406 * Author: nobu (Nobuyoshi Nakada) * Status: Open * Priority: Normal ---------------------------------------- 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. -- https://bugs.ruby-lang.org/ Unsubscribe: