summaryrefslogtreecommitdiff
path: root/darray.h
AgeCommit message (Expand)Author
10 hoursRemove dependency on gc.h for darray.hPeter Zhu
13 daysRemove with_gc functions in darrayPeter Zhu
2024-02-12Replace assert with RUBY_ASSERT in darray.hPeter Zhu
2023-08-25Implement weak references in the GCPeter Zhu
2023-08-25Add _without_gc functions to darrayPeter Zhu
2023-07-21Remove unused code in darray.hPeter Zhu
2023-02-28Fix spelling (#7405)John Bampton
2022-05-03Remove _with_gc functions in darrayPeter Zhu
2022-02-16Change feature_index from fake Array to darrayPeter Zhu
2022-02-16Change darray size to size_t and add functions that use GC mallocPeter Zhu
2021-10-20Add rb_darray_clear() for Kevin. Fix some warnings.Maxime Chevalier-Boisvert
2021-10-20Malloc branch entries (#112)Maxime Chevalier-Boisvert
2021-10-20Remove trailing whitespacesMaxime Chevalier-Boisvert
2021-10-20YJIT: Use 2D array to group block versionsAlan Wu
2021-10-20darray: fix strict aliasing issueAlan Wu
2021-10-20Add rb_darray_makeAlan Wu
2021-10-20darray: fix buffer size calculation for element with strict alignmentAlan Wu
2021-10-20Tie lifetime of uJIT blocks to iseqsAlan Wu