Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spelling (#7405) | John Bampton | 2023-02-28 | 1 | -1/+1 |
* | Remove _with_gc functions in darray | Peter Zhu | 2022-05-03 | 1 | -57/+10 |
* | Change feature_index from fake Array to darray | Peter Zhu | 2022-02-16 | 1 | -0/+2 |
* | Change darray size to size_t and add functions that use GC malloc | Peter Zhu | 2022-02-16 | 1 | -51/+77 |
* | Add rb_darray_clear() for Kevin. Fix some warnings. | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+5 |
* | Malloc branch entries (#112) | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -0/+10 |
* | Remove trailing whitespaces | Maxime Chevalier-Boisvert | 2021-10-20 | 1 | -1/+1 |
* | YJIT: Use 2D array to group block versions | Alan Wu | 2021-10-20 | 1 | -0/+5 |
* | darray: fix strict aliasing issue | Alan Wu | 2021-10-20 | 1 | -2/+6 |
* | Add rb_darray_make | Alan Wu | 2021-10-20 | 1 | -6/+35 |
* | darray: fix buffer size calculation for element with strict alignment | Alan Wu | 2021-10-20 | 1 | -19/+23 |
* | Tie lifetime of uJIT blocks to iseqs | Alan Wu | 2021-10-20 | 1 | -0/+141 |