mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
81311671c5
Remove var_nodes_enabled conditions from new_dot2 and new_dot3 functions and inline variable-sized node creation logic directly. Clean up obsolete codegen paths by removing case NODE_DOT2 and NODE_DOT3 from traditional codegen() and removing unused codegen_dot2 and codegen_dot3 functions. Update gen_dot2_var and gen_dot3_var to use proper DOT2/DOT3_NODE macros and generate OP_RANGE_INC/EXC instructions directly. Co-authored-by: Claude <noreply@anthropic.com>