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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchmark
Age
Commit message (
Expand
)
Author
2021-06-29
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-18
Add a cache for class variables
eileencodes
2021-06-04
Improve perfomance for Integer#size method [Feature #17135] (#3476)
S.H
2021-06-02
Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)
S.H
2021-05-28
compile.c: Emit send for === calls in when statements
Alan Wu
2021-05-11
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
Add a cache for class variables
eileencodes
2021-05-03
Eagerly allocate instance variable tables along with object
Aaron Patterson
2021-04-25
[Doc] Fix a typo s/visilibity/visibility/
wonda-tea-coffee
2021-04-21
Evaluate multiple assignment left hand side before right hand side
Jeremy Evans
2021-04-11
st.c: skip all deleted entries [Bug #17779]
tompng (tomoya ishida)
2021-03-16
Improve Enumerable#tally performance
Nobuyoshi Nakada
2021-03-10
Add a benchmark for RubyVM::InstructionSequence.load_from_binary
Jean Boussier
2021-03-10
proc.c: make bind_call use existing callable method entry when possible
Jean Boussier
2021-02-19
Improve performance some Numeric methods [Feature #17632] (#4190)
S.H
2021-02-11
Do not run File.write while Ractors are running
Takashi Kokubun
2021-02-10
Add a benchmark-driver runner for Ractor (#4172)
Takashi Kokubun
2021-02-10
Simple benchmark of Float#to_s
Nobuyoshi Nakada
2021-02-08
Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)
S.H
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-01
Improve performance some Float methods [Feature #17498] (#4018)
S.H
2020-12-22
Allow inlining Integer#-@ and #~
Takashi Kokubun
2020-12-16
fix duplicated name
Koichi Sasada
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-11-16
Set allocator on class creation
Alan Wu
2020-11-09
Add a benchmark for polymorphic ivar setting
Aaron Patterson
2020-11-09
eagerly initialize ivar table when index is small enough
Aaron Patterson
2020-10-28
Added benchmark of vm_send by variable [ci skip]
Nobuyoshi Nakada
2020-09-23
Improve the performance of super
eileencodes
2020-09-09
Optimize ObjectSpace.dump_all
Jean Boussier
2020-07-23
Improved Enumerable::Lazy#zip
Nobuyoshi Nakada
2020-07-23
Improved Enumerable::Lazy#flat_map
Nobuyoshi Nakada
2020-07-18
Optimize Array#min (#3324)
Kenta Murata
2020-07-18
Optimize Array#max (#3325)
Kenta Murata
2020-07-06
Inline builtin struct aref
Takashi Kokubun
2020-07-03
Make Kernel#then, #yield_self, #frozen? builtin (#3283)
Takashi Kokubun
2020-07-03
Rewrite Kernel#tap with Ruby (#3281)
Takashi Kokubun
2020-06-27
Mark some Integer methods as inline (#3264)
Takashi Kokubun
2020-06-27
Add pattern matching with arrays benchmark
Vladimir Dementyev
2020-06-25
Decide JIT-ed insn based on cached cfunc
Takashi Kokubun
2020-06-23
Annotate Kernel#class as inline (#3250)
Takashi Kokubun
2020-06-22
Compile opt_send for opt_* only when cc has ISeq
Takashi Kokubun
2020-06-22
Share warmup logic across MJIT benchmarks
Takashi Kokubun
2020-06-22
The RUBYOPT= comment is no longer needed
Takashi Kokubun
2020-06-22
Stop relying on `make benchmark`'s `-I$(srcdir)/benchmark/lib`
Takashi Kokubun
2020-06-20
Introduce Primitive.attr! to annotate 'inline' (#3242)
Takashi Kokubun
2020-06-20
Make Integer#zero? a separated method and builtin (#3226)
Takashi Kokubun
2020-06-07
Fix `make benchmark` example
Ryuta Kamizono
2020-06-03
add benchmark for different block handlers
卜部昌平
2020-05-12
Added String#split benchmark for empty regexp
Nobuyoshi Nakada
[next]