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
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
6 days
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
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-06-07
YJIT: implement variable-length context encoding scheme (#10888)
Maxime Chevalier-Boisvert
2024-04-26
YJIT: Stop asserting rb_objspace_markable_object_p()
Alan Wu
2024-04-26
YJIT: Fix reference update for `Invariants::no_ep_escape_iseqs`
Alan Wu
2024-04-25
YJIT: Optimize local variables when EP == BP (take 2) (#10607)
Takashi Kokubun
2024-04-19
Revert "YJIT: Optimize local variables when EP == BP" (#10584)
Alan Wu
2024-04-17
YJIT: Optimize local variables when EP == BP (#10487)
Takashi Kokubun
2024-03-06
Refactor VM root modules
Jean Boussier
2024-03-01
YJIT: Support opt_invokebuiltin_delegate for leaf builtin (#10152)
Takashi Kokubun
2024-02-28
YJIT: Reject keywords hash in -1 arity cfunc splat support
Alan Wu
2024-02-27
YJIT: Support splat with C methods with -1 arity
Alan Wu
2024-02-15
YJIT: Pass nil to anonymous kwrest when empty (#9972)
Alan Wu
2024-02-09
YJIT: Add top ISEQ call counts to --yjit-stats (#9906)
Takashi Kokubun
2024-01-23
YJIT: Fix ruby2_keywords splat+rest and drop bogus checks
Alan Wu
2024-01-10
YJIT: Fix unused warnings
Alan Wu
2023-12-19
YJIT: Add stats option to RubyVM::YJIT.enable (#9297)
Takashi Kokubun
2023-10-19
YJIT: Add RubyVM::YJIT.enable (#8705)
Takashi Kokubun
2023-10-05
YJIT: Remove duplicate cfp->iseq accessor
Alan Wu
2023-08-18
YJIT: Quiet mode when running with `--yjit-stats` (#8251)
ywenc
2023-08-08
YJIT: Compile exception handlers (#8171)
Takashi Kokubun
2023-08-02
YJIT: Move ROBJECT_OFFSET_* to yjit.c (#8157)
Takashi Kokubun
2023-07-24
YJIT: Fallback send instructions to vm_sendish (#8106)
Takashi Kokubun
2023-07-17
YJIT: refactoring to allow for fancier call threshold logic (#8078)
Maxime Chevalier-Boisvert
2023-06-06
Unify length field for embedded and heap strings (#7908)
Peter Zhu
2023-05-20
`rb_bug` prints a newline after the message
Nobuyoshi Nakada
2023-04-18
YJIT: Fix raw sample stack lengths in exit traces (#7728)
John Hawthorn
2023-04-06
Pull the shape tree out of the vm object
Matt Valentine-House
2023-04-05
YJIT: Add codegen for Integer methods (#7665)
Takashi Kokubun
2023-04-01
Remove an unneeded function copy
Takashi Kokubun
2023-03-28
YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)
Maxime Chevalier-Boisvert
2023-03-24
YJIT: Constify EC to avoid an `as` pointer cast (#7591)
Alan Wu
[next]