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 include/ruby/internal/core/rbasic.h: add doxygen 2021-09-10 20:00:06 +09:00
rbignum.h include/ruby/internal/core/rbignum.h: add doxgen 2021-09-10 20:00:06 +09:00
rclass.h include/ruby/internal/core/rclass.h: add doxygen 2021-09-10 20:00:06 +09:00
rdata.h Remove deprecate rb_cData [Bug #18433] 2021-12-26 23:28:54 +09:00
rfile.h include/ruby/internal/core/rfile.h: add doxygen 2021-09-10 20:00:06 +09:00
rhash.h include/ruby/internal/core/rhash.h: add doxygen 2021-09-10 20:00:06 +09:00
rmatch.h include/ruby/internal/core/rmatch.h: add doxygen 2021-09-10 20:00:06 +09:00
robject.h include/ruby/internal/core/robject.h: add doxygen 2021-09-10 20:00:06 +09:00
rregexp.h include/ruby/internal/core/rregexp.h: add doxygen 2021-09-10 20:00:06 +09:00
rstring.h Suppress possible loss of data warnings 2022-01-14 13:46:12 +09:00
rstruct.h include/ruby/internal/core/rstruct.h: add doxygen 2021-09-10 20:00:06 +09:00
rtypeddata.h