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
ruby_4_0-prism-1-8-0
sync-gems
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit.c
Age
Commit message (
Expand
)
Author
2025-12-18
YJIT: Support calling bmethods in Ractors
John Hawthorn
2025-12-16
Make tracepoints with set_trace_func or TracePoint.new ractor local (#15468)
Luke Gruber
2025-12-10
Add `NUM2PTR` and `PTR2NUM` macros
Nobuyoshi Nakada
2025-12-09
ZJIT: Add codegen for FixnumDiv (#15452)
Abrar Habib
2025-12-05
YJIT: Fix including stats for ZJIT instructions when ZJIT not in build
Alan Wu
2025-10-22
ZJIT: Fetch Primitive.attr!(leaf) for InvokeBuiltin
Max Bernstein
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-09-12
ZJIT: Share more code with YJIT in jit.c (#14520)
Takashi Kokubun
2025-09-03
ZJIT: Count exits coming from jit_exception (#14428)
Takashi Kokubun
2025-09-02
ZJIT: Clear jit entry from iseqs after TracePoint activation (#14407)
Stan Lo
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-05
Use snprintf instead of deprecated sprintf
Étienne Barrié
2025-07-31
ZJIT: Stub JIT-to-JIT calls (#14052)
Takashi Kokubun
2025-07-29
ZJIT: Add --zjit-stats (#14034)
Takashi Kokubun
2025-07-09
Fix whitespace on some RB_VM_LOCKING calls
John Hawthorn
2025-07-09
ZJIT: Mark profiled objects when marking ISEQ (#13784)
Takashi Kokubun
2025-07-09
Always use atomics to get the shape count
John Hawthorn
2025-06-28
ZJIT: Codegen for `defined?(yield)`
Alan Wu
2025-06-23
ZJIT: Optimize frozen array aref (#13666)
Max Bernstein
2025-06-12
Allocate `rb_shape_tree` statically
Jean Boussier
2025-06-12
Get rid of GET_SHAPE_TREE()
Jean Boussier
2025-06-12
Get rid of `rb_shape_lookup`
Jean Boussier
2025-06-05
Refactor raw accesses to rb_shape_t.capacity
Jean Boussier
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-16
Prevent enabling yjit when zjit enabled (GH-13358)
Daniel Colson
2025-05-08
Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`
Jean Boussier
2025-05-02
YJIT: ZJIT: Share identical glue functions
Alan Wu
2025-03-03
Allow YJIT `mem-size` and `call-threshold` to be set at runtime via `YJIT.ena...
annichai-stripe
2025-02-14
Only count VM instructions in YJIT stats builds
Aaron Patterson
2025-02-12
Remove dead iv_index_tbl field in RObject
Peter Zhu
2025-01-10
Make rb_vm_insns_count a thread local variable
Aaron Patterson
2024-12-19
Prefix asan_poison_object with rb
Peter Zhu
2024-11-21
Annotate anonymous mmap
Kunshan Wang
2024-11-11
YJIT: Probe away from the heap when requesting exec memory
Alan Wu
2024-11-04
YJIT: Replace Array#each only when YJIT is enabled (#11955)
Takashi Kokubun
2024-10-18
YJIT: Allow shareable consts in multi-ractor mode (#11917)
John Hawthorn
2024-10-17
YJIT: Add compilation log (#11818)
Kevin Menard
2024-10-08
Cast via `uintptr_t` function pointer between object pointer
Nobuyoshi Nakada
2024-09-17
YJIT: Accept key for runtime_stats to return only that stat (#11536)
Randy Stauner
2024-08-27
YJIT: Encode doubles to VALUE objects and move stat generation to rust (#11388)
Randy Stauner
2024-08-08
Make YJIT a GC root rather than an object (#11343)
Peter Zhu
2024-08-07
Fix memory leak reported with YJIT
Peter Zhu
[next]