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
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
2023-03-18
RJIT: Optimize String#bytesize
Takashi Kokubun
2023-03-17
YJIT: Support entry for multiple PCs per ISEQ (GH-7535)
Takashi Kokubun
2023-03-16
Refactor jit_func_t and jit_exec
Takashi Kokubun
2023-03-15
YJIT: Assert that we have the VM lock while marking
Alan Wu
2023-03-14
YJIT: Introduce no_gc attribute (#7511)
Takashi Kokubun
2023-03-13
YJIT: Handle rest+splat where non-splat < required (#7499)
Jimmy Miller
2023-03-11
Rename builtin attr :inline to :leaf
Takashi Kokubun
2023-03-11
Support multiple attributes with Primitive.attr!
Takashi Kokubun
2023-03-07
YJIT: Handle splat+rest for args pass greater than required (#7468)
Jimmy Miller
2023-02-26
Adjust `else` style to be consistent in each files [ci skip]
Nobuyoshi Nakada
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
[next]