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
Age
Commit message (
Expand
)
Author
2025-12-18
JIT: Move EC offsets to jit_bindgen_constants
John Hawthorn
2025-12-18
Co-authored-by: Luke Gruber <luke.gru@gmail.com>
John Hawthorn
2025-12-18
YJIT: Support calling bmethods in Ractors
John Hawthorn
2025-12-17
JITs: Pass down GNU make jobserver resources when appropriate
Alan Wu
2025-12-16
YJIT: Print `Rc` strong and weak count on assert failure
Alan Wu
2025-12-15
YJIT: Bail out if proc would be stored above stack top
Randy Stauner
2025-12-12
YJIT: Fix panic from overly loose filtering in identity method inlining
Alan Wu
2025-12-12
YJIT: Add missing local variable type update for fallback setlocal blocks
Alan Wu
2025-12-10
JITs: Drop cargo and use just rustc for release combo build
Alan Wu
2025-12-10
YJIT: For rustc build, remove cargo touch(1) workaround
Alan Wu
2025-12-09
ZJIT: Add codegen for FixnumDiv (#15452)
Abrar Habib
2025-12-05
YJIT: Fix duplicate make rule warning in combo build
Alan Wu
2025-12-05
YJIT: Fix including stats for ZJIT instructions when ZJIT not in build
Alan Wu
2025-12-05
JITs: Update bindings to include interpreter zjit_ opcodes
Alan Wu
2025-12-03
YJIT: Pass class and shape ID directly instead of object
Max Bernstein
2025-12-01
Add BOP_GTGT
Max Bernstein
2025-12-01
ZJIT: Specialize String#<< with Fixnum
Max Bernstein
2025-11-26
YJIT: Abort expandarray optimization if method_missing is defined
Randy Stauner
2025-11-20
Name the `iseq->body->param` struct and update bindings for JITs
Alan Wu
2025-11-18
Extract `KW_SPECIFIED_BITS_MAX` for JITs (GH-15039)
Jacob
2025-11-18
YJIT: omit single ractor mode assumption for `proc#call` (#15092)
Luke Gruber
2025-11-14
YJIT: Fix stack handling in rb_str_dup
John Hawthorn
2025-11-07
Follow renaming from Namespace to Ruby::Box
Satoshi Tagomori
2025-10-28
YJIT, ZJIT: Fix unnecessary `use` of macros
Takashi Kokubun
2025-10-22
ZJIT: Fetch Primitive.attr!(leaf) for InvokeBuiltin
Max Bernstein
2025-10-22
YJIT: Buffer writes to the perf map
Alan Wu
2025-10-22
ZJIT: Inline String#==, String#===
Max Bernstein
2025-10-21
YJIT: ZJIT: Extract common bindings to jit.c and remove unnamed enums.
Alan Wu
2025-10-20
ZJIT: Implement codegen for FixnumMod (#14857)
Max Bernstein
2025-10-20
ZJIT: Implement expandarray (#14847)
Max Bernstein
2025-10-14
YJIT: Use `mem::take` over `drain(..).collect()`
Alan Wu
2025-10-14
[DOC] Fix minor typos in YJIT comments (#14829)
Vincent Lin
2025-10-12
YJIT: ZJIT: Fix rustdoc dead links
Alan Wu
2025-10-12
YJIT: Fix unused warning from `cargo test`
Alan Wu
2025-10-02
YJIT: Prevent making a branch from a dead block to a live block
Alan Wu
2025-09-30
ZJIT: Add --zjit-trace-exits (#14640)
Aiden Fox Ivey
2025-09-29
YJIT: respect the code in master branch
Takashi Kokubun
2025-09-29
Add and fix dependencies
Satoshi Tagomori
2025-09-22
YJIT: Pass iseq pointer to get/set classvariable functions (#14625)
Stan Lo
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-11
ZJIT: Move jit.rs to ruby.rs and create a shared crate `jit`
Aiden Fox Ivey
2025-09-11
ZJIT, YJIT: Drop "// From xxx.h" comments in bindgen (#14519)
Takashi Kokubun
2025-09-10
YJIT: Print more disassembly in release builds
Alan Wu
2025-09-10
YJIT: Remove dead code: `asm_comment!` checks `--yjit-dump-disasm`
Alan Wu
2025-09-10
YJIT: Tiny refactors (#14505)
Stan Lo
2025-09-10
YJIT: Rename `make yjit-smoke-test` to `make yjit-check` (#14502)
Takashi Kokubun
2025-09-10
YJIT: Stop sharing rb_vm_invokesuper among different instructions (#14492)
Takashi Kokubun
2025-09-09
Update JIT bindings
Peter Zhu
2025-09-08
YJIT: Add more information to an assert message in jit_guard_known_class (#14...
Takashi Kokubun
[next]