mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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. |
||
|---|---|---|
| .. | ||
| rarray.h | ||
| rbasic.h | ||
| rbignum.h | ||
| rclass.h | ||
| rdata.h | ||
| rfile.h | ||
| rhash.h | ||
| rmatch.h | ||
| robject.h | ||
| rregexp.h | ||
| rstring.h | ||
| rstruct.h | ||
| rtypeddata.h | ||