General

Profile

imasahiro (Masahiro Ide)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

10/27/2014

02:50 AM Ruby Bug #10431 (Closed): Can't sweep garbage object immediatly when GC_ENABLE_LAZY_SWEEP=0
GC_ENABLE_LAZY_SWEEP=0と設定してrubyをビルドし,以下のコードを
実行した場合,GC時にオブジェクトが解放されていないように見えます.
~~~
$ ../configure CFLAGS="-DGC_ENABLE_LAZY_SWEEP=0" && make miniruby
$ cat bug2.rb
GC.disable
10000.times { Object.new }
total_freed_objects1 = GC...
imasahiro (Masahiro Ide)

10/21/2014

07:24 AM Ruby Bug #10409 (Closed): Can't build Ruby checked out from official GitHub mirror
When I tried to compile official github mirror version of ruby on linux system, I get the error:
~~~
$ ./configure
...
checking for broken memmem... no
checking for nroff... /usr/bin/nroff
.ext/include/i686-linux/ruby/config.h up...
imasahiro (Masahiro Ide)

Also available in: Atom