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
2025-12-15
YJIT: Bail out if proc would be stored above stack top
Randy Stauner
2025-12-05
YJIT: Fix including stats for ZJIT instructions when ZJIT not in build
Alan Wu
2025-11-26
YJIT: Abort expandarray optimization if method_missing is defined
Randy Stauner
2025-10-28
YJIT, ZJIT: Fix unnecessary `use` of macros
Takashi Kokubun
2025-10-12
YJIT: Fix unused warning from `cargo test`
Alan Wu
2025-09-30
ZJIT: Add --zjit-trace-exits (#14640)
Aiden Fox Ivey
2025-09-11
ZJIT: Add support for stats_allocator
Aiden Fox Ivey
2025-08-27
ZJIT: Implement side exit stats (#14357)
Takashi Kokubun
2025-08-26
Remove `opt_aref_with` and `opt_aset_with`
Aaron Patterson
2025-05-15
YJIT: handle opt_aset_with
Jean Boussier
2025-03-07
YJIT: Add Counter::invalidate_everything
Alan Wu
2025-02-14
Only count VM instructions in YJIT stats builds
Aaron Patterson
2025-01-30
YJIT: Remove comments that refer to the removed "stats" feature
Alan Wu
2025-01-30
YJIT: Turn on dead code lint for the stats module
Alan Wu
2025-01-10
YJIT: Rename send_iseq_forwarding->send_forwarding
Alan Wu
2025-01-10
Make rb_vm_insns_count a thread local variable
Aaron Patterson
2024-12-13
YJIT: Speculate block arg for `c_func_method(&nil)` calls (#12326)
Alan Wu
2024-12-04
YJIT: track time since initialization (#12263)
Maxime Chevalier-Boisvert
2024-11-20
YJIT: Make compilation_failure a default stat (#12128)
Alan Wu
2024-11-14
YJIT: Specialize String#dup (#12090)
Takashi Kokubun
2024-11-14
YJIT: Specialize Integer#pred (#12082)
Takashi Kokubun
2024-11-13
YJIT: Add inline_block_count stat (#12081)
Takashi Kokubun
2024-11-13
YJIT: Specialize `String#[]` (`String#slice`) with fixnum arguments (#12069)
Randy Stauner
2024-10-23
YJIT: Check when gen_branch() fails
Alan Wu
2024-10-07
YJIT: Add --yjit-mem-size option (#11810)
Takashi Kokubun
2024-09-25
YJIT: Cache Context decoding (#11680)
Takashi Kokubun
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-02
YJIT: Enhance the `String#<<` method substitution to handle integer codepoint...
Kevin Menard
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-06-13
YJIT: Delete otherwise-empty defer_compilation() blocks
Alan Wu
2024-06-12
YJIT: add context cache hits stat (#10979)
Maxime Chevalier-Boisvert
2024-06-11
YJIT: Make num_contexts_encoded a default counter
Takashi Kokubun
2024-06-11
YJIT: add context cache size stat, lazily allocate cache
Maxime Chevalier-Boisvert
2024-06-07
YJIT: implement variable-length context encoding scheme (#10888)
Maxime Chevalier-Boisvert
2024-05-28
YJIT: limit size of call count stats dict (#10858)
Maxime Chevalier-Boisvert
2024-05-06
YJIT: Fix comment and counter in rb_yjit_invalidate_ep_is_bp() (#10722)
Alan Wu
2024-04-03
YJIT: Suppress warn(static_mut_refs) (#10440)
Takashi Kokubun
2024-03-28
YJIT: add iseq_alloc_count to stats (#10398)
Maxime Chevalier-Boisvert
2024-03-25
YJIT: Propagate Array, Hash, and String classes (#10323)
Takashi Kokubun
2024-03-18
YJIT: Support arity=-2 cfuncs (#10268)
Alan Wu
2024-03-13
YJIT: Fallback cfunc varg splat for ruby2_keywords (#10226)
Takashi Kokubun
2024-03-06
YJIT: String#getbyte codegen (#10188)
Maxime Chevalier-Boisvert
2024-02-27
YJIT: Support splat with C methods with -1 arity
Alan Wu
2024-02-23
YJIT: Lazily push a frame for specialized C funcs (#10080)
Takashi Kokubun
2024-02-22
YJIT: Optimize attr_writer (#9986)
Takashi Kokubun
2024-02-20
YJIT: Support `**nil` for cfuncs
Alan Wu
2024-02-16
YJIT: Remove unused counters
Alan Wu
2024-02-16
YJIT: Support `**nil`
Alan Wu
2024-02-15
YJIT: Pass nil to anonymous kwrest when empty (#9972)
Alan Wu
[next]