| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-04 | YJIT code pages refactoring for code GC (#5073) | Maxime Chevalier-Boisvert | |
| * New code page allocation logic * Fix leaked globals * Fix leaked symbols, yjit asm tests * Make COUNTED_EXIT take a jit argument, so we can eliminate global ocb * Remove extra whitespace * Change block start_pos/end_pos to be pointers instead of uint32_t * Change branch end_pos and start_pos to end_addr, start_addr Notes: Merged-By: maximecb <maximecb@ruby-lang.org> | |||
| 2021-10-27 | Fix yjit_asm_tests.c as C99 compliant (#5033) | Nobuyoshi Nakada | |
| * rb_bug should be variadic * Prefer ANSI-style prototypes over old K&R-style definitions * Add missing argument types Notes: Merged-By: maximecb <maximecb@ruby-lang.org> | |||
| 2021-10-21 | Move the test file | Nobuyoshi Nakada | |
