Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | YJIT: Take VM lock in RubyVM::YJIT.code_gc | Alan Wu | 2023-03-29 | 1 | -3/+6 |
* | YJIT: Fix overlapping &mut in Assembler::code_gc() | Alan Wu | 2023-03-29 | 1 | -1/+2 |
* | YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609) | Maxime Chevalier-Boisvert | 2023-03-28 | 1 | -0/+19 |
* | YJIT: reject large stacks so we can use i8/u8 stack_size and stack_offset (#7... | Maxime Chevalier-Boisvert | 2023-03-01 | 1 | -0/+18 |
* | Fix typos in YJIT [ci skip] | Alan Wu | 2023-02-02 | 1 | -1/+1 |
* | YJIT: Crash with rb_bug() when panicking | Alan Wu | 2023-02-02 | 1 | -2/+27 |
* | YJIT: Add RubyVM::YJIT.code_gc (#6644) | Takashi Kokubun | 2022-10-31 | 1 | -0/+12 |
* | Fix code invalidation while OOM and OOM simulation (https://github.com/Shopif... | Alan Wu | 2022-08-29 | 1 | -2/+2 |
* | Rename mjit_exec to jit_exec (#6262) | Takashi Kokubun | 2022-08-19 | 1 | -1/+1 |
* | Add ability to trace exit locations in yjit (#5970) | Eileen M. Uchitelle | 2022-06-09 | 1 | -0/+2 |
* | YJIT: Enable default rustc lints (warnings) (#5864) | Alan Wu | 2022-04-29 | 1 | -2/+1 |
* | Rust YJIT | Alan Wu | 2022-04-27 | 1 | -0/+98 |