From: "sam.saffron (Sam Saffron)" Date: 2013-12-23T16:11:54+09:00 Subject: [ruby-core:59277] [ruby-trunk - Bug #9262] global_method_cache should be configurable or grow automatically Issue #9262 has been updated by sam.saffron (Sam Saffron). There was a concern that gettimeofday is expensive and adds too much time to my results I measured: static VALUE rb_timing_overhead_per_100k(VALUE klass){ int i, iterations = 100000; struct timeval temp,tv1,tv2,res; gettimeofday(&tv1, NULL); for(i=0; i