An error occurred fetching the project authors.
  1. 15 Mar, 2018 1 commit
  2. 04 Mar, 2018 2 commits
  3. 02 Mar, 2018 1 commit
  4. 16 Jan, 2018 1 commit
  5. 12 Dec, 2017 2 commits
  6. 06 Dec, 2017 1 commit
  7. 20 Nov, 2017 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      Add `MRB_METHOD_TABLE_INLINE` option. · 8f2c6240
      Yukihiro "Matz" Matsumoto authored
      Now the method tables (in classes/modules and caches) keeps C function
      pointers without wrapping in `struct RProc` objects. For the sake of
      portability, `mrb_method_t` is represented by the struct and union, but
      if the most significant bit of the pointer is not used by the platform,
      `mrb_method_t` should be packed in `uintptr_t` to reduce memory usage.
      
      `MRB_METHOD_TABLE_INLINE` is turned on by default for linux.
      8f2c6240
  8. 27 Oct, 2017 1 commit
  9. 17 Oct, 2017 1 commit
  10. 11 Oct, 2017 1 commit
  11. 10 Oct, 2017 1 commit
  12. 27 Sep, 2017 2 commits
  13. 26 Aug, 2017 1 commit
  14. 25 Aug, 2017 1 commit
  15. 22 Aug, 2017 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      Added method cache. · 4c9a6048
      Yukihiro "Matz" Matsumoto authored
      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.
      4c9a6048
  16. 21 Aug, 2017 1 commit
  17. 18 Jul, 2017 1 commit
  18. 07 Jul, 2017 1 commit
  19. 23 Jun, 2017 1 commit
  20. 15 Jun, 2017 1 commit
  21. 03 Jun, 2017 1 commit
  22. 01 Jun, 2017 2 commits
  23. 23 May, 2017 2 commits
  24. 19 Apr, 2017 1 commit
  25. 15 Feb, 2017 1 commit
  26. 13 Feb, 2017 1 commit
  27. 11 Jan, 2017 1 commit
  28. 06 Jan, 2017 1 commit
  29. 28 Nov, 2016 1 commit
  30. 27 Nov, 2016 1 commit
  31. 24 Nov, 2016 2 commits
  32. 21 Nov, 2016 1 commit
  33. 10 Nov, 2016 1 commit
  34. 06 Nov, 2016 1 commit