Refactor to use same logic with other assignment nodes
This commit is contained in:
parent
0e49f8173a
commit
b5914a72a9
Notes:
git
2025-05-14 12:41:59 +00:00
@ -5120,8 +5120,6 @@ compile_massign_opt(rb_iseq_t *iseq, LINK_ANCHOR *const ret,
|
|||||||
const NODE *ln = lhsn->nd_head;
|
const NODE *ln = lhsn->nd_head;
|
||||||
switch (nd_type(ln)) {
|
switch (nd_type(ln)) {
|
||||||
case NODE_LASGN:
|
case NODE_LASGN:
|
||||||
MEMORY(ln->nd_vid);
|
|
||||||
break;
|
|
||||||
case NODE_DASGN:
|
case NODE_DASGN:
|
||||||
case NODE_IASGN:
|
case NODE_IASGN:
|
||||||
case NODE_CVASGN:
|
case NODE_CVASGN:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user