- 15 Nov, 2018 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This patch slightly reduce memory consumption (2% for my test).
-
Yukihiro "Matz" Matsumoto authored
-
- 14 Nov, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The issue is reported by `https://hackerone.com/dgaletic`.
-
- 07 Nov, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Wrong pool data length for negative floating value in a mrb file.
-
Hiroshi Mimaki authored
-
- 05 Nov, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Nov, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 02 Nov, 2018 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
It should be done by planned embedded symbols.
-
Yukihiro "Matz" Matsumoto authored
Reduce instruction size
-
Yukihiro "Matz" Matsumoto authored
Since our new VM instruction is byte based, there's no need to endian conversion of instruction sequences.
-
take-cheeze authored
-
take-cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
- 01 Nov, 2018 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
By dffa203d that reclaim `env` objects from heaps, there's more chance for `env` objects referenced from fibers may be freed from heap pages.
-
Yukihiro "Matz" Matsumoto authored
Fixed a bug in INIT_DISPATCH for non direct threading; fix #4153
-
Hiroshi Mimaki authored
-
- 30 Oct, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add debug flag to `MRuby::Build`
-
Yukihiro "Matz" Matsumoto authored
-
- 29 Oct, 2018 13 commits
-
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
take-cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Keep `tr_pattern` static if possible
-
Yukihiro "Matz" Matsumoto authored
Rename `MRuby::Build#libmruby` stuff to avoid confusion
-
Yukihiro "Matz" Matsumoto authored
Add missing dependency of source code generator
-
Yukihiro "Matz" Matsumoto authored
Suppress sleep test script warning
-
Yukihiro "Matz" Matsumoto authored
Sort test script list too
-