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.c
Age
Commit message (
Expand
)
Author
2025-12-16
ZJIT: Use rb_zjit_writebarrier_check_immediate() instead of rb_gc_writebarrie...
Benoit Daloze
2025-12-10
ZJIT: Remove unused includes from zjit.c
Alan Wu
2025-12-09
ZJIT: Prohibit ZJIT support with USE_FLONUM=0 (#15471)
Takashi Kokubun
2025-12-10
Add `NUM2PTR` and `PTR2NUM` macros
Nobuyoshi Nakada
2025-12-09
ZJIT: Add dump to file for --zjit-stats (#15414)
Aiden Fox Ivey
2025-12-09
Fixed by `misspell -w -error -source=text`
Hiroshi SHIBATA
2025-12-05
ZJIT: Avoid binding to `rb_iseq_constant_body`
Alan Wu
2025-11-18
ZJIT: add support for lazy `RubyVM::ZJIT.enable`
Godfrey Chan
2025-11-06
ZJIT: Untag block handler (#15085)
Max Bernstein
2025-11-05
ZJIT: Profile specific objects for invokeblock (#15051)
Max Bernstein
2025-10-21
ZJIT: Fix binding to `INVALID_SHAPE_ID` under `-std=c99 -pedantic`
Alan Wu
2025-10-09
ZJIT: Name enum for bindgen (#14802)
Max Bernstein
2025-09-30
ZJIT: Add correction rb_zjit_exit_locations_dict
Aiden Fox Ivey
2025-09-30
ZJIT: Add extra info to rb_zjit_add_frame
Aiden Fox Ivey
2025-09-30
ZJIT: Add --zjit-trace-exits (#14640)
Aiden Fox Ivey
2025-09-18
ZJIT: Support variadic C calls (#14575)
Stan Lo
2025-09-17
ZJIT: Prevent custom allocator in ObjectAllocClass
Max Bernstein
2025-09-17
ZJIT: Const-fold IsMethodCfunc
Max Bernstein
2025-09-16
ZJIT: Print local names in FrameState (#14571)
Max Bernstein
2025-09-12
ZJIT: Share more code with YJIT in jit.c (#14520)
Takashi Kokubun
2025-09-08
ZJIT: Add RubyVM::ZJIT.reset_stats! method (GH-14479)
Randy Stauner
2025-09-08
ZJIT: Add --zjit-stats=quiet option to collect stats without printing (#14467)
Randy Stauner
2025-09-05
ZJIT: Invalidate local variables on EP escape (#14448)
Takashi Kokubun
2025-09-03
ZJIT: Count exits coming from jit_exception (#14428)
Takashi Kokubun
2025-08-29
Add rb_jit_vm_unlock and share it in ZJIT and YJIT
Stan Lo
2025-08-29
Add rb_jit_vm_lock_then_barrier and share it in ZJIT and YJIT
Stan Lo
2025-08-29
Add rb_jit_multi_ractor_p and share it in ZJIT and YJIT
Stan Lo
2025-08-29
ZJIT: Specialize monomorphic GetIvar (#14388)
Max Bernstein
2025-08-28
ZJIT: Disable profiling in compile_iseq (#14385)
Max Bernstein
2025-08-28
ZJIT: Generate code for DefinedIvar
Max Bernstein
2025-08-22
ZJIT: Allow querying a single ZJIT stat (#14309)
Takashi Kokubun
2025-08-21
Remove unused SPECIAL_CONST_SHAPE_ID
Étienne Barrié
2025-08-05
ZJIT: Profile type+shape distributions (#13901)
Max Bernstein
2025-07-29
ZJIT: Add --zjit-stats (#14034)
Takashi Kokubun
2025-07-16
ZJIT: Profile each instruction at most num_profiles times (#13903)
Takashi Kokubun
2025-07-11
Add Set C-API
Jeremy Evans
2025-07-09
Fix whitespace on some RB_VM_LOCKING calls
John Hawthorn
2025-06-30
ZJIT: Add new ZJIT types for Set (#13743)
Stan Lo
2025-06-04
Get rid of TOO_COMPLEX shape type
Jean Boussier
2025-05-26
* remove trailing spaces. [ci skip]
git
2025-05-25
Use RB_VM_LOCKING
Nobuyoshi Nakada
2025-05-15
YJIT: ZJIT: Allow both JITs in the same build
Alan Wu
2025-05-02
YJIT: ZJIT: Share identical glue functions
Alan Wu
2025-04-28
ZJIT: Replace GetConstantPath with Const if the IC is not empty (#13183)
Max Bernstein
2025-04-28
ZJIT: Drop trace_zjit_* instructions (#13189)
Takashi Kokubun
2025-04-18
Disable ZJIT profiling at call-threshold (https://github.com/Shopify/zjit/pul...
Takashi Kokubun
2025-04-18
Resurrect icache invalidation for arm64 (https://github.com/Shopify/zjit/pull...
Takashi Kokubun
2025-04-18
Stop sharing yjit/bindgen with ZJIT (https://github.com/Shopify/zjit/pull/64)
Takashi Kokubun
2025-04-18
Print Ruby exception in test utils
Max Bernstein
2025-04-18
Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...
Takashi Kokubun
[next]