1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby/internal/core
Peter Zhu a51f30c671 [Feature #18634] Implement Arrays on Variable Width Allocation
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.
2022-03-22 09:42:39 -04:00
..
rarray.h [Feature #18634] Implement Arrays on Variable Width Allocation 2022-03-22 09:42:39 -04:00
rbasic.h
rbignum.h
rclass.h
rdata.h
rfile.h
rhash.h
rmatch.h
robject.h
rregexp.h
rstring.h Suppress possible loss of data warnings 2022-01-14 13:46:12 +09:00
rstruct.h
rtypeddata.h