Files
mruby-mruby/include/mruby
Yukihiro "Matz" Matsumoto 4c9a604877 Added method cache.
To enable method cache, define `MRB_METHOD_CACHE` or
`MRB_METHOD_CACHE_SIZE`. The cache size must be power of 2.
The default cache size is 128.

The measurement:
I measured simple benchmarks found in benchmark/ directory. With
method cache enabled, we gained 6-8% performance improvement, with
97-99% cache hit rate.
2017-08-22 22:17:01 +09:00
..
2017-04-03 16:56:27 +09:00
2015-05-17 22:25:55 +02:00
2017-08-22 22:17:01 +09:00
2017-08-09 21:56:27 +02:00
2017-08-09 21:56:27 +02:00
2017-06-19 09:23:03 +09:00
2017-04-25 17:25:48 +09:00
2016-11-25 23:15:37 +01:00
2017-03-02 10:58:26 +09:00
2017-08-01 22:25:49 +09:00