ruby/yjit/src
Takashi Kokubun 24043031be
YJIT: Split send_iseq_complex_callee exit reasons (#6895)
2022-12-09 16:45:38 -08:00
..
asm YJIT: Remove --yjit-code-page-size (#6865) 2022-12-05 17:43:17 -05:00
backend YJIT: fix 32 and 16 bit register store (#6840) 2022-12-01 10:53:50 -05:00
codegen.rs YJIT: Split send_iseq_complex_callee exit reasons (#6895) 2022-12-09 16:45:38 -08:00
core.rs YJIT: Drop Copy trait from Context (#6889) 2022-12-08 17:33:18 -05:00
cruby.rs bail on compilation if the comptime receiver is frozen 2022-12-02 12:53:51 -08:00
cruby_bindings.inc.rs YJIT: Upgrade bindgen to stabilize and reduce output 2022-12-08 17:35:18 -05:00
disasm.rs YJIT: Pack BlockId and CodePtr (#6748) 2022-11-16 15:48:46 -08:00
invariants.rs YJIT: Deallocate `struct Block` to plug memory leaks 2022-11-30 12:23:50 -05:00
lib.rs Fixes remaining issues and turns back on dead code and unused (#6584) 2022-10-18 16:03:55 -04:00
options.rs YJIT: Remove --yjit-code-page-size (#6865) 2022-12-05 17:43:17 -05:00
stats.rs YJIT: Split send_iseq_complex_callee exit reasons (#6895) 2022-12-09 16:45:38 -08:00
utils.rs YJIT: Interleave inline and outlined code blocks (#6460) 2022-10-17 10:45:59 -07:00
virtualmem.rs YJIT: Use NonNull pointer for CodePtr (#6792) 2022-11-23 12:02:05 -05:00
yjit.rs YJIT: Add RubyVM::YJIT.code_gc (#6644) 2022-10-31 14:29:45 -04:00