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
Age
Commit message (
Expand
)
Author
2025-05-23
ZJIT: Side-exit into the interpreter on unknown call types
Max Bernstein
2025-05-23
ZJIT: Side-exit into the interpreter on unknown opt_newarray_send
Max Bernstein
2025-05-23
ZJIT: Side-exit into the interpreter on unknown opcodes
Max Bernstein
2025-05-23
ZJIT: Parse splatarray, concattoarray, pushtoarray into HIR (#13429)
Max Bernstein
2025-05-23
[DOC] ZJIT: `Function::find`: Give advice instead of talking about safety
Alan Wu
2025-05-22
ZJIT: Parse newhash into HIR
Max Bernstein
2025-05-22
ZJIT: Parse duphash into HIR
Max Bernstein
2025-05-22
ZJIT: Parse getinstancevariable, setinstancevariable into HIR (#13413)
Max Bernstein
2025-05-22
ZJIT: More type level docs in zjit::hir [DOC]
Alan Wu
2025-05-20
ZJIT: Allow DCE to remove some CCalls (#13363)
Max Bernstein
2025-05-21
ZJIT: Add --allow-multiple-definition for make zjit-test
Alan Wu
2025-05-16
ZJIT: Create more ergonomic type profiling API (#13339)
Max Bernstein
2025-05-16
ZJIT: Remove unnecessary cloning
Max Bernstein
2025-05-15
ZJIT: Bail out of recursive compilation if we can't compile callee
Max Bernstein
2025-05-15
YJIT: ZJIT: Allow both JITs in the same build
Alan Wu
2025-05-14
ZJIT: Split long `use` line and add a module doc.
Alan Wu
2025-05-14
ZJIT: More tests for parsing param forms
Alan Wu
2025-05-14
ZJIT: Infer ArrayExact for the rest parameter
Alan Wu
2025-05-14
ZJIT: Fix rest parameter not parsed into a BB parameter
Alan Wu
2025-05-14
ZJIT: Add IntoUsize, ported from YJIT
Alan Wu
2025-05-12
ZJIT: Stop padding side exits (#13295)
Takashi Kokubun
2025-05-11
Add yjit/zjit bindings for adding namespace
Satoshi Tagomori
2025-05-09
ZJIT: Fix a splitting condition for LHS
Takashi Kokubun
2025-05-09
Rename `RB_OBJ_SHAPE` -> `rb_obj_shape`
Jean Boussier
2025-05-09
Rename `rb_shape_get_shape_id` -> `RB_OBJ_SHAPE_ID`
Jean Boussier
2025-05-09
Refactor `rb_shape_get_next` to return an ID
Jean Boussier
2025-05-09
Rename `rb_shape_obj_too_complex` -> `rb_shape_obj_too_complex_p`
Jean Boussier
2025-05-09
Rename `rb_shape_get_shape_by_id` -> `RSHAPE`
Jean Boussier
2025-05-08
ZJIT: Temporarily revert path compression
Max Bernstein
2025-05-08
Move `object_id` in object fields.
Jean Boussier
2025-05-08
Refactor OBJ_TOO_COMPLEX_SHAPE_ID to not be referenced outside shape.h
Jean Boussier
2025-05-08
Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`
Jean Boussier
2025-05-07
Parse topn, opt_length, opt_size into HIR
Max Bernstein
2025-05-05
Make rb_shape.capacity an `attr_index_t`
Jean Boussier
2025-05-02
ZJIT: Parse opt_newarray_send into HIR (#13242)
Max Bernstein
2025-05-02
YJIT: ZJIT: Share identical glue functions
Alan Wu
2025-04-30
ZJIT: Use RefCell to allow path compression in union-find (#13218)
Max Bernstein
2025-04-30
ZJIT: Compile opt_new to slow-path SendWithoutBlock (#13216)
Max Bernstein
2025-04-30
ZJIT: Add `make zjit-test-lldb` [ci skip]
Alan Wu
2025-04-29
Make sure to call find() on basic block arguments
Max Bernstein
2025-04-29
Default instruction output type to Any
Max Bernstein
2025-04-29
ZJIT: Handle ZJIT options properly (#13197)
Takashi Kokubun
2025-04-28
ZJIT: Replace GetConstantPath with Const if the IC is not empty (#13183)
Max Bernstein
2025-04-28
ZJIT: Drop a duplicated call into optimize (#13196)
Takashi Kokubun
2025-04-28
ZJIT: Drop trace_zjit_* instructions (#13189)
Takashi Kokubun
2025-04-25
maybe fix bindgen
Aaron Patterson
2025-04-25
ZJIT: Bail out of HIR translation if we can't handle a send flag (#13182)
Max Bernstein
2025-04-25
ZJIT: Emit CCall if we know the type statically, not just from profiles (#13173)
Max Bernstein
2025-04-24
ZJIT: Fold Send into SendWithoutBlockDirect if we know the class statically (...
Max Bernstein
2025-04-24
Add tests
Max Bernstein
[prev]
[next]