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
/
zjit
/
src
/
state.rs
Age
Commit message (
Expand
)
Author
2025-12-10
ZJIT: Use inline format args (#15482)
Alex Rocha
2025-11-19
ZJIT: Count all calls to C functions from generated code (#15240)
Max Bernstein
2025-11-18
ZJIT: add support for lazy `RubyVM::ZJIT.enable`
Godfrey Chan
2025-11-04
ZJIT: Use a shared trampoline across all ISEQs (#15042)
Takashi Kokubun
2025-10-15
ZJIT: Add trace exit counter (#14831)
Aiden Fox Ivey
2025-10-09
ZJIT: Get stats for which C functions are not annotated
Max Bernstein
2025-10-03
ZJIT: Add HIR for calling Cfunc with frame (#14661)
Stan Lo
2025-10-02
ZJIT: Enable sample rate for side exit tracing (#14696)
Aiden Fox Ivey
2025-09-30
ZJIT: Decouple stats and side exit tracing (#14688)
Aiden Fox Ivey
2025-09-30
ZJIT: Add --zjit-trace-exits (#14640)
Aiden Fox Ivey
2025-09-30
ZJIT: Unify fallback counters for send-ish insns (#14676)
Takashi Kokubun
2025-09-29
ZJIT: Add stats for cfuncs that are not optimized (#14638)
Stan Lo
2025-09-23
ZJIT: Allow testing JIT code on zjit-test (#14639)
Takashi Kokubun
2025-09-12
ZJIT: Share more code with YJIT in jit.c (#14520)
Takashi Kokubun
2025-09-11
ZJIT: Add support for stats_allocator
Aiden Fox Ivey
2025-09-03
ZJIT: Add missing module doc comments
Aiden Fox Ivey
2025-08-27
ZJIT: Implement side exit stats (#14357)
Takashi Kokubun
2025-08-26
ZJIT: Canonicalize --zjit-log-compiled-iseqs filename (#14352)
Max Bernstein
2025-08-15
ZJIT: Share function stub code using a trampoline (#14225)
Takashi Kokubun
2025-08-14
ZJIT: Stop duplicating context-less side exits (#14215)
Takashi Kokubun
2025-08-11
ZJIT: Add --zjit-exec-mem-size (#14175)
Takashi Kokubun
2025-08-01
ZJIT: Improve builtin function annotation collection
Stan Lo
2025-08-01
ZJIT: Support annotating builtin functions
Stan Lo
2025-07-31
ZJIT: Stub JIT-to-JIT calls (#14052)
Takashi Kokubun
2025-07-30
ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)
Takashi Kokubun
2025-07-29
ZJIT: Create delta debugging script to narrow JIT failures (#14041)
Max Bernstein
2025-07-29
ZJIT: Add --zjit-stats (#14034)
Takashi Kokubun
2025-07-17
ZJIT: Remove obsoleted exit_trampoline (#13943)
Takashi Kokubun
2025-07-10
ZJIT: Implement patch points on BOP redefinition (#13850)
Takashi Kokubun
2025-06-12
ZJIT: Write a callee frame on JIT-to-JIT calls (#13579)
Takashi Kokubun
2025-06-04
ZJIT: Implement side exits for entry frames (#13469)
Takashi Kokubun
2025-04-18
Change mentions of YJIT to ZJIT (https://github.com/Shopify/zjit/pull/113)
Aiden Fox Ivey
2025-04-18
Strength reduce to `CCall` for sends landing in simple C methods
Alan Wu
2025-04-18
Add miscellaneous Clippy 'corrections' pt. 2 (https://github.com/Shopify/zjit...
Aiden Fox Ivey
2025-04-18
Move lib.rs functions to appropriate modules (https://github.com/Shopify/zjit...
Takashi Kokubun
2025-04-18
Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...
Takashi Kokubun
2025-04-18
Implement Insn::Param using the SP register (https://github.com/Shopify/zjit/...
Takashi Kokubun
2025-04-18
Resurrect asm comment support
Takashi Kokubun
2025-04-18
Let tests share the same ZJITState::init()
Takashi Kokubun
2025-04-18
Initialize dummy globals for tests
Takashi Kokubun
2025-04-18
Rename codegen.rs to state.rs
Takashi Kokubun