index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchmark
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support tracing of attr_reader and attr_writer
Jeremy Evans
2021-08-29
1
-0
/
+29
*
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-29
2
-9
/
+9
*
Add a cache for class variables
eileencodes
2021-06-18
1
-0
/
+20
*
Improve perfomance for Integer#size method [Feature #17135] (#3476)
S.H
2021-06-04
1
-0
/
+2
*
Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)
S.H
2021-06-02
1
-0
/
+6
*
compile.c: Emit send for === calls in when statements
Alan Wu
2021-05-28
1
-0
/
+9
*
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
1
-20
/
+0
*
Add a cache for class variables
eileencodes
2021-05-11
1
-0
/
+20
*
Eagerly allocate instance variable tables along with object
Aaron Patterson
2021-05-03
1
-0
/
+23
*
[Doc] Fix a typo s/visilibity/visibility/
wonda-tea-coffee
2021-04-25
1
-1
/
+1
*
Evaluate multiple assignment left hand side before right hand side
Jeremy Evans
2021-04-21
1
-0
/
+29
*
st.c: skip all deleted entries [Bug #17779]
tompng (tomoya ishida)
2021-04-11
1
-0
/
+11
*
Improve Enumerable#tally performance
Nobuyoshi Nakada
2021-03-16
1
-0
/
+4
*
Add a benchmark for RubyVM::InstructionSequence.load_from_binary
Jean Boussier
2021-03-10
1
-0
/
+25
*
proc.c: make bind_call use existing callable method entry when possible
Jean Boussier
2021-03-10
1
-0
/
+16
*
Improve performance some Numeric methods [Feature #17632] (#4190)
S.H
2021-02-19
1
-0
/
+13
*
Do not run File.write while Ractors are running
Takashi Kokubun
2021-02-11
1
-12
/
+15
*
Add a benchmark-driver runner for Ractor (#4172)
Takashi Kokubun
2021-02-10
3
-0
/
+131
*
Simple benchmark of Float#to_s
Nobuyoshi Nakada
2021-02-10
1
-0
/
+7
*
Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)
S.H
2021-02-08
1
-0
/
+8
*
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
2
-7
/
+7
*
Improve performance some Float methods [Feature #17498] (#4018)
S.H
2021-01-01
1
-0
/
+14
*
Allow inlining Integer#-@ and #~
Takashi Kokubun
2020-12-22
1
-0
/
+4
*
fix duplicated name
Koichi Sasada
2020-12-16
1
-1
/
+1
*
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
1
-3
/
+3
*
Set allocator on class creation
Alan Wu
2020-11-16
1
-0
/
+21
*
Add a benchmark for polymorphic ivar setting
Aaron Patterson
2020-11-09
1
-0
/
+17
*
eagerly initialize ivar table when index is small enough
Aaron Patterson
2020-11-09
1
-0
/
+14
*
Added benchmark of vm_send by variable [ci skip]
Nobuyoshi Nakada
2020-10-28
1
-0
/
+3
*
Improve the performance of super
eileencodes
2020-09-23
1
-0
/
+20
*
Optimize ObjectSpace.dump_all
Jean Boussier
2020-09-09
1
-0
/
+13
*
Improved Enumerable::Lazy#zip
Nobuyoshi Nakada
2020-07-23
1
-0
/
+22
*
Improved Enumerable::Lazy#flat_map
Nobuyoshi Nakada
2020-07-23
1
-0
/
+16
*
Optimize Array#min (#3324)
Kenta Murata
2020-07-18
1
-0
/
+31
*
Optimize Array#max (#3325)
Kenta Murata
2020-07-18
3
-0
/
+91
*
Inline builtin struct aref
Takashi Kokubun
2020-07-06
1
-0
/
+10
*
Make Kernel#then, #yield_self, #frozen? builtin (#3283)
Takashi Kokubun
2020-07-03
2
-0
/
+15
*
Rewrite Kernel#tap with Ruby (#3281)
Takashi Kokubun
2020-07-03
1
-0
/
+6
*
Mark some Integer methods as inline (#3264)
Takashi Kokubun
2020-06-27
2
-21
/
+26
*
Add pattern matching with arrays benchmark
Vladimir Dementyev
2020-06-27
1
-0
/
+19
*
Decide JIT-ed insn based on cached cfunc
Takashi Kokubun
2020-06-25
1
-0
/
+2
*
Annotate Kernel#class as inline (#3250)
Takashi Kokubun
2020-06-23
2
-7
/
+11
*
Compile opt_send for opt_* only when cc has ISeq
Takashi Kokubun
2020-06-22
1
-0
/
+25
*
Share warmup logic across MJIT benchmarks
Takashi Kokubun
2020-06-22
5
-30
/
+38
*
The RUBYOPT= comment is no longer needed
Takashi Kokubun
2020-06-22
3
-6
/
+0
*
Stop relying on `make benchmark`'s `-I$(srcdir)/benchmark/lib`
Takashi Kokubun
2020-06-22
3
-3
/
+3
*
Introduce Primitive.attr! to annotate 'inline' (#3242)
Takashi Kokubun
2020-06-20
1
-0
/
+36
*
Make Integer#zero? a separated method and builtin (#3226)
Takashi Kokubun
2020-06-20
1
-0
/
+8
*
Fix `make benchmark` example
Ryuta Kamizono
2020-06-07
1
-1
/
+1
*
add benchmark for different block handlers
卜部昌平
2020-06-03
1
-0
/
+27
[next]