mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7bfd1a01c8
- remove conditional logic from new_rescue() and new_ensure(), always creating variable-sized nodes - remove unused new_rescue_var() helper function - remove traditional NODE_RESCUE and NODE_ENSURE cases from main codegen() switch - inline codegen_rescue() logic directly into gen_rescue_var() for optimal performance - inline codegen_ensure() logic directly into gen_ensure_var() for optimal performance - eliminate temporary cons-like structures, using direct variable-sized node field access - remove now-unused codegen_rescue() and codegen_ensure() functions Co-authored-by: Claude <noreply@anthropic.com>