mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
This commit implements Objects on Variable Width Allocation. This allows Objects with more ivars to be embedded (i.e. contents directly follow the object header) which improves performance through better cache locality.