8000 Tags · funny-falcon/ruby · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: funny-falcon/ruby

Tags

measured-2016-11-08

Toggle measured-2016-11-08's commit message
measured against trunk a4e0e75

p429_st_opt

Toggle p429_st_opt's commit message
st.c, hash.c: fix Hash#shift performance

p429_st_opt_sparse_array

Toggle p429_st_opt_sparse_array's commit message
use sparse array for method/constant/instance variable tables

- use sa_table instead of st_table for all kinds of symbols: constants,
  methods, instance variables
- inline sa_table into rb_classext_t instead of separate allocation

p429_speedup_require

Toggle p429_speedup_require's commit message
speedup of require

backported cached load path + custom loaded features index

p429_sparse_array

Toggle p429_sparse_array's commit message
use sparse array for method cache instead of global cache

p429_falcon

Toggle p429_falcon's commit message
Merge branches 'st_opt_sparse_array/ruby_1_9_3', 'ary-queue/ruby_1_9_…

…3', 'speedup-require/ruby_1_9_3' and 'bp_gc_grow_fix/ruby_1_9_3' into falcon

p429_falcon_gc

Toggle p429_falcon_gc's commit message
Merge branches 'st_opt_sparse_array/ruby_1_9_3', 'ary-queue/ruby_1_9_…

…3', 'speedup-require/ruby_1_9_3' and 'backport-gc/ruby_1_9_3' into falcon-gc

p429_bp_gc_grow_fix

Toggle p429_bp_gc_grow_fix's commit message

p429_backport_gc

Toggle p429_backport_gc's commit message

p429_ary_queue

Toggle p429_ary_queue's commit message
* array.c (rb_ary_splice): fix r37583 doesn't condier the case when

  beg > array length.
0