ruby/internal
Jean Boussier 8645a948c0 Right size temporary dump objects
The Range Marshal compat dumper would allocate
an Object with no size information, hence get a 32B slot
with enough space for 2 ivars, then insert 3 ivars causing
it to spill.

This isn't a big problem, but somewhat shows that the interface
isn't WVA aware.

By introducing `rb_class_allocate_instance_capa` we can directly
allocate an object with enough room.
2026-07-22 23:52:01 +02:00
..
2026-07-15 15:21:01 +09:00
2026-07-15 15:43:28 +02:00
2026-07-22 23:52:01 +02:00
2026-07-15 15:21:01 +09:00