mirror of
https://github.com/ruby/ruby.git
synced 2026-08-14 07:42:54 +08:00
This commit implements arrays on Variable Width Allocation. This allows longer arrays to be embedded (i.e. contents directly follow the object header) which improves performance through better cache locality.