[macruby-changes] [827] MacRuby/trunk

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 1 14:42:15 PST 2009


Revision: 827
          http://trac.macosforge.org/projects/ruby/changeset/827
Author:   lsansonetti at apple.com
Date:     2009-03-01 14:42:14 -0800 (Sun, 01 Mar 2009)
Log Message:
-----------
let's disable the GC during extensions build + install, there are still missing write barriers in YARV that cause random crashes and we will address this by the next release

Modified Paths:
--------------
    MacRuby/trunk/ext/extmk.rb
    MacRuby/trunk/instruby.rb

Modified: MacRuby/trunk/ext/extmk.rb
===================================================================
--- MacRuby/trunk/ext/extmk.rb	2009-03-01 22:40:35 UTC (rev 826)
+++ MacRuby/trunk/ext/extmk.rb	2009-03-01 22:42:14 UTC (rev 827)
@@ -1,6 +1,8 @@
 #! /usr/local/bin/ruby
 # -*- ruby -*-
 
+GC.disable # XXX for now
+
 $extension = nil
 $extstatic = nil
 $force_static = nil

Modified: MacRuby/trunk/instruby.rb
===================================================================
--- MacRuby/trunk/instruby.rb	2009-03-01 22:40:35 UTC (rev 826)
+++ MacRuby/trunk/instruby.rb	2009-03-01 22:42:14 UTC (rev 827)
@@ -1,5 +1,7 @@
 #!./miniruby
 
+GC.disable # XXX for now
+
 load "./rbconfig.rb"
 include RbConfig
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090301/23055596/attachment.html>


More information about the macruby-changes mailing list