mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
1e52b3d421
Remove var_nodes_enabled condition from new_dsym function, completing the transition to variable-sized nodes for dynamic symbol processing. Fix gen_dsym_var function to properly extract the dsym node using the dsym_node() macro and simplify the codegen pattern to match traditional codegen_dsym behavior. Remove unused codegen_dsym function and its corresponding NODE_DSYM case from the main codegen switch, cleaning up dead traditional codegen paths. Co-authored-by: Claude <noreply@anthropic.com>