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
/
yjit
/
src
/
stats.rs
Age
Commit message (
Expand
)
Author
2023-08-09
YJIT: Count throw instructions for each tag (#8188)
Takashi Kokubun
2023-08-09
YJIT: Count all opt_getconstant_path exit reasons (#8187)
Takashi Kokubun
2023-08-09
YJIT: Correct name of a counter (#8186)
Alan Wu
2023-08-03
YJIT: handle expandarray_rhs_too_small case (#8161)
Maxime Chevalier-Boisvert
2023-08-02
YJIT: Distinguish exit and fallback reasons for send (#8159)
Takashi Kokubun
2023-08-01
YJIT: Fallback setivar if the next shape is too complex (#8152)
Takashi Kokubun
2023-07-27
YJIT: Count setivar too-complex exits (#8131)
Takashi Kokubun
2023-07-27
YJIT: implement missing `asm.jg` instruction in backend (#8130)
Maxime Chevalier-Boisvert
2023-07-27
YJIT: getblockparamproxy for when block is a Proc
Alan Wu
2023-07-27
Revert "YJIT: Fix naming for a getblockparamproxy counter"
Alan Wu
2023-07-27
YJIT: Use dynamic dispatch for megamorphic send (#8125)
Takashi Kokubun
2023-07-26
YJIT: Count the number of dynamic send dispatches (#8122)
Takashi Kokubun
2023-07-26
YJIT: Fix naming for a getblockparamproxy counter
Alan Wu
2023-07-26
Implement `opt_aref_with` instruction (#8118)
ywenc
2023-07-20
YJIT: Rename exec_instruction to yjit_insns_count (#8102)
Takashi Kokubun
2023-07-13
YJIT: Make ratio_in_yjit always available (#8064)
Takashi Kokubun
2023-07-11
YJIT: add counter for untracked gbpp exit reason (#8052)
Maxime Chevalier-Boisvert
2023-07-06
YJIT: add new stats counter for compiled ISEQ entry points (#8032)
Maxime Chevalier-Boisvert
2023-07-04
YJIT: Fix autosplat miscomp for blocks with optionals (#8006)
Alan Wu
2023-06-05
YJIT: Fix a warning on cargo test (#7909)
Takashi Kokubun
2023-06-02
YJIT: Use #[cfg] instead of if cfg! (#7899)
Takashi Kokubun
2023-04-25
Generalize cfunc large array splat fix to fix many additional cases raising S...
Jeremy Evans
2023-04-18
YJIT: Fix raw sample stack lengths in exit traces (#7728)
John Hawthorn
2023-04-14
YJIT: Add a counter to all side exits (#7720)
Takashi Kokubun
2023-04-14
YJIT: Introduce Target::SideExit (#7712)
Takashi Kokubun
2023-04-13
YJIT: Add support for rest with option and splat args (#7698)
Jimmy Miller
2023-04-13
YJIT: Use an enum to represent counters (#7701)
Takashi Kokubun
2023-04-13
YJIT: Add a sampling option to exit tracing (#7693)
Adam Hess
2023-04-05
YJIT: Count the number of actually written bytes (#7658)
Takashi Kokubun
2023-04-04
YJIT: add stats for ratio of versions per block (#7653)
Maxime Chevalier-Boisvert
2023-04-04
Remove an unused counter
Takashi Kokubun
2023-04-04
YJIT: Stack temp register allocation (#7651)
Takashi Kokubun
2023-03-30
YJIT: Test more kw and rest cases and change exit name
Jimmy Miller
2023-03-29
YJIT: Rest and keyword (non-supplying) (#7608)
Jimmy Miller
2023-03-24
YJIT: Rest and block_arg support (#7584)
Jimmy Miller
2023-03-21
Revert "YJIT: Rest and block_arg support (#7557)"
Peter Zhu
2023-03-17
YJIT: Rest and block_arg support (#7557)
Jimmy Miller
2023-03-17
YJIT: Support entry for multiple PCs per ISEQ (GH-7535)
Takashi Kokubun
2023-03-17
YJIT: Use raw pointers and shared references over `Rc<RefCell<_>>`
Alan Wu
2023-03-16
YJIT: add stats to keep track of when branch direction is known (#7544)
Maxime Chevalier-Boisvert
2023-03-07
YJIT: Handle splat+rest for args pass greater than required (#7468)
Jimmy Miller
2023-03-07
YJIT: Handle special case of splat and rest lining up (#7422)
Jimmy Miller
2023-03-01
YJIT: reject large stacks so we can use i8/u8 stack_size and stack_offset (#7...
Maxime Chevalier-Boisvert
2023-02-28
YJIT: Use a boxed slice for gc_obj_offsets (#7397)
Takashi Kokubun
2023-02-28
YJIT: add defer_empty_count stat
Maxime Chevalier-Boisvert
2023-02-27
YJIT: Reject __send__ with splat to cfunc for now
Alan Wu
2023-02-17
YJIT: Use rb_ivar_get at the end of ivar chains (#7334)
Takashi Kokubun
2023-02-16
YJIT: Show Context stats on exit (#7327)
Takashi Kokubun
2023-02-16
YJIT: Initial support for rest args (#7311)
Jimmy Miller
2023-02-15
YJIT: `Kernel#{is_a?,instance_of?}` fast paths (GH-7297)
Jimmy Miller
[prev]
[next]