mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7836af0d52
add variable-sized node structures for simple nodes (self, nil, true, false, const) with conditional usage based on var_nodes_enabled. singleton nodes use only 8-byte header for maximum memory efficiency. includes proper forward declarations, casting macros, creation functions, and codegen support maintaining compatibility with existing functions. Co-authored-by: Claude <noreply@anthropic.com>