index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit
/
src
/
core.rs
Age
Commit message (
Expand
)
Author
2023-03-15
YJIT: use u16 for insn_idx instead of u32 (#7534)
Maxime Chevalier-Boisvert
2023-03-15
YJIT: Assert that we have the VM lock while marking
Alan Wu
2023-03-10
YJIT: Bump SEND_MAX_DEPTH to 20 (#7469)
Takashi Kokubun
2023-03-09
YJIT: upgrade type in `guard_object_is_string` (#7489)
Maxime Chevalier-Boisvert
2023-03-02
YJIT: shrink stack_size/sp_offet to u8/i8 (#7426)
Maxime Chevalier-Boisvert
2023-03-02
YJIT: Delete stale `frozen_bytes` related code (#7423)
Alan Wu
2023-03-01
YJIT: Use a boxed slice for outgoing branches and cme dependencies (#7409)
Takashi Kokubun
2023-02-28
YJIT: Compress BranchGenFn and BranchShape (#7401)
Takashi Kokubun
2023-02-28
YJIT: Use a boxed slice for gc_obj_offsets (#7397)
Takashi Kokubun
2023-02-28
YJIT: add defer_empty_count stat
Maxime Chevalier-Boisvert
2023-02-24
YJIT: Use enum for expressing type diff (#7370)
Takashi Kokubun
2023-02-24
YJIT: Compress TempMapping (#7368)
Takashi Kokubun
2023-02-23
YJIT: Trivial fixes in codegen.rs
Takashi Kokubun
2023-02-22
YJIT: Introduce Opnd::Stack (#7352)
Takashi Kokubun
2023-02-21
YJIT: Fix clippy issues and remove unused params (#7348)
Jimmy Miller
2023-02-17
YJIT: Consolidate jit methods in JITState impl (#7336)
Jimmy Miller
2023-02-16
YJIT: Show Context stats on exit (#7327)
Takashi Kokubun
2023-02-06
YJIT: Support arg0 splat on invokeblock (#7234)
Takashi Kokubun
2023-02-03
YJIT: Make Block::start_addr non-optional
Alan Wu
2023-02-02
Fix typos in YJIT [ci skip]
Alan Wu
2023-01-31
YJIT: Fix BorrowMutError on BOP invalidation (#7212)
Takashi Kokubun
2023-01-30
YJIT: Fix BorrowMutError on GC.compact (#7176)
Takashi Kokubun
2023-01-30
YJIT: Skip defer_compilation for fixnums if possible (#7168)
Takashi Kokubun
2023-01-20
YJIT: Avoid BorrowError on GC.compact (#7164)
Takashi Kokubun
2023-01-19
YJIT: Remove duplicated information in BranchTarget (#7151)
Takashi Kokubun
2023-01-12
Enable `clippy` checks for yjit in CI (#7093)
Ian Ker-Seymer
2023-01-11
YJIT: Add a few asm comments (#7105)
Takashi Kokubun
2023-01-10
Differentiate T_ARRAY and array subclasses (#7091)
Aaron Patterson
2023-01-09
YJIT: Remove old comments for regenerated branches (#7083)
Takashi Kokubun
2023-01-06
YJIT: Make iseq_get_location consistent with iseq.c (#7074)
Takashi Kokubun
2022-12-15
YJIT: Fix code GC freeing stubs with a trampoline (#6937)
Alan Wu
2022-12-08
YJIT: Drop Copy trait from Context (#6889)
Takashi Kokubun
2022-11-30
YJIT: add new counters for deferred compilation and queued blocks (#6837)
Maxime Chevalier-Boisvert
2022-11-30
YJIT: Deallocate `struct Block` to plug memory leaks
Alan Wu
2022-11-24
YJIT: rename `InsnOpnd` => `YARVOpnd` (#6801)
Maxime Chevalier-Boisvert
2022-11-23
YJIT: Use a Box for branch targets to save memory
Alan Wu
2022-11-22
YJIT: Skip padding jumps to side exits on Arm (#6790)
Takashi Kokubun
2022-11-18
YJIT: Improve the failure message on enlarging a branch (#6769)
Takashi Kokubun
2022-11-16
YJIT: Shrink version lists after mutation (#6749)
Takashi Kokubun
2022-11-16
YJIT: Pack BlockId and CodePtr (#6748)
Takashi Kokubun
2022-11-16
YJIT: Add compiled_branch_count stats (#6746)
Takashi Kokubun
2022-11-16
YJIT: Stop wrapping CmePtr with CmeDependency (#6747)
Takashi Kokubun
2022-11-16
YJIT: Shrink the vectors of Block after mutation (#6739)
Takashi Kokubun
2022-11-15
YJIT: Invalidate redefined methods only through cme (#6734)
Takashi Kokubun
2022-11-13
YJIT: Remove unused src_ctx from Block (#6714)
Takashi Kokubun
2022-11-08
YJIT: Reset dropped_bytes when patching code
Alan Wu
2022-11-03
YJIT: Fix a wrong type reference (#6661)
Takashi Kokubun
2022-11-02
YJIT: Support invokeblock (#6640)
Takashi Kokubun
2022-11-02
YJIT: Avoid accumulating freed pages in the payload (#6657)
Takashi Kokubun
2022-11-01
YJIT: Add an assert to help with Context changes
Alan Wu
[prev]
[next]