| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Support memory operands to push | Max Bernstein | |
| 2021-10-20 | Fix jmp encoding. Rename conditional jumps jxx() to jxx_label() | Maxime Chevalier-Boisvert | |
| 2021-10-20 | uJIT: Implement opt_getinlinecache | Alan Wu | |
| * ujit: implement opt_getinlinecache Aggressively bet that writes to constants don't happen and invalidate all opt_getinlinecache blocks on any and all constant writes. Use alignment padding on block_t to track this assumption. No change to sizeof(block_t). * Fix compile warnings when not RUBY_DEBUG * Fix reversed condition * Switch to st_table to keep track of assumptions Co-authored-by: Aaron Patterson <aaron.patterson@gmail.com> Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com> | |||
| 2021-10-20 | Implement support for variadic C functions | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit_iface.c | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit_iface.c | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Implement --ujit-call-threshold | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Remove dead code | Alan Wu | |
| 2021-10-20 | darray: fix strict aliasing issue | Alan Wu | |
| 2021-10-20 | Use rb_darray_make in ujit | Alan Wu | |
| 2021-10-20 | Add rb_darray_make | Alan Wu | |
| 2021-10-20 | darray: fix buffer size calculation for element with strict alignment | Alan Wu | |
| 2021-10-20 | Added ujit_save_regs() and ujit_load_regs() helper functions | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Use darray for incoming branches | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Free your memories! | Alan Wu | |
| 2021-10-20 | Stop using UJIT.install_entry in btest | Alan Wu | |
| CI runs on some platforms uJIT doesn't support. They don't have UJIT.install_entry. Maybe we want something like `install_entry_if_possible`. | |||
| 2021-10-20 | Mark and update object references in generated code | Alan Wu | |
| Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail.com> | |||
| 2021-10-20 | Check for ::Array, not T_ARRAY in opt_aref | Alan Wu | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Update ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Create ujit.md | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Fix opt_aref SNAFU | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Ujit bug fixes | Alan Wu | |
| * uJIT: don't compile tailcalls * Don't compile calls to protected methods We need to generate extra code to check whether the call goes through if we want to support these. * Fix copy pasta * Update blockids in branches * Update dependencies | |||
| 2021-10-20 | ujit.h instead in the rest of Ruby | Alan Wu | |
| ujit_iface.h is meant for uJIT internal use only. | |||
| 2021-10-20 | Should fix builds without mjit support | Alan Wu | |
| 2021-10-20 | Stop printing when invalidating uJIT blocks | Alan Wu | |
| 2021-10-20 | Fix empty struct | Alan Wu | |
| 2021-10-20 | Fix build on MSVC | Alan Wu | |
| Use compiler protable way of delcaring function as maybe unused. | |||
| 2021-10-20 | Add regression test for extended table bounds check | Alan Wu | |
| 2021-10-20 | fix: ujit getinstancevariable code checks ivar extended table size | Mike Dalessio | |
| Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com> Co-authored-by: Alan Wu <XrXr@users.noreply.github.com> | |||
| 2021-10-20 | Add op-not-redefined check to opt_aref | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Fix compiled iseq count stat | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Tie lifetime of uJIT blocks to iseqs | Alan Wu | |
| * Tie lifetime of uJIT blocks to iseqs Blocks weren't being freed when iseqs are collected. * Add rb_dary. Use it for method dependency table * Keep track of blocks per iseq Remove global version_tbl * Block version bookkeeping fix * dary -> darray * free ujit_blocks * comment about size of ujit_blocks | |||
| 2021-10-20 | oops | Alan Wu | |
| 2021-10-20 | Fix pedantic returning void | Alan Wu | |
| 2021-10-20 | Added more tests to `make btest` | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Add another torture test to `make btest` | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Copy right number of bytes in add_incoming | Alan Wu | |
| 2021-10-20 | Free block->incoming in invalidate_block_version() | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Add missing VM_CHECK_INTS() for correctness | Maxime Chevalier-Boisvert | |
| 2021-10-20 | Add jit_print_loc() for debugging, based on Alan Wu's snippet | Maxime Chevalier-Boisvert | |
| 2021-10-20 | ujit_asm: if mmap() fails with the address hint, try without | Mike Dalessio | |
| valgrind doesn't seem to support the address hint, and so the fallback to using NULL will allow valgrind to run. | |||
