- 18 Jul, 2020 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
`C` retrieves a `mrb_value` that refers a class/module. `c` retrieves a `struct RClass*` pointer to a class/module.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
`ObjectSpace.memsize_of_all` takes a class and count memory size of all instances of the class and its subclasses (if any).
-
Yukihiro "Matz" Matsumoto authored
Add ObjectSpace.memsize_of_all
-
Rory O'Connell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
- 17 Jul, 2020 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
This bug has been there since mruby 1.4.0 (2018-04).
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Also avoid `mrb_funcall` to minimize VM recursion.
-
Yukihiro "Matz" Matsumoto authored
Memory size of a Fiber is calculated by stack size only in CRuby.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This is enhancement from CRuby's `memsize_of`. We need to change the CRuby first for the enhancement.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 16 Jul, 2020 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixed shift width for `MRB_ENV_SET_BIDX()`
-
Yukihiro "Matz" Matsumoto authored
Add ObjectSpace.memsize_of
-
Rory O'Connell authored
-
- 15 Jul, 2020 4 commits
-
-
Rory O'Connell authored
-
Rory O'Connell authored
-
Yukihiro "Matz" Matsumoto authored
Fix `${build_dir}/mrbgems/gem_init.c` generation condition; ref #5010
-
Yukihiro "Matz" Matsumoto authored
Set `STDOUT.sync=true` when testing on AppVeyor [skip travis]
-
- 14 Jul, 2020 3 commits
-
-
KOBAYASHI Shuji authored
This issue is a correction error at 5a682bfc.
-
KOBAYASHI Shuji authored
The `${build_dir}/mrbgems/gem_init.c` generation condition has been changed at #5010, but it is somewhat insufficient, for example, there was a problem with `rake && rake test`, which was also regenerated in `rake test`.
-
Rory OConnell authored
-
- 13 Jul, 2020 6 commits
-
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
Rory OConnell authored
-
- 12 Jul, 2020 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix `ssize_t` for mingw; ref #5030
-
dearblue authored
Legacy MinGW and MinGW-w64 had own `ssize_t`.
-
- 11 Jul, 2020 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove the prototype declaration `mrb_free_backtrace()`
-
Yukihiro "Matz" Matsumoto authored
Fix compiling mruby-io on msc with UTF8 enabled
-