diff tango/lib/gc/basic/gc.d @ 262:88252a1af660 trunk

[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
author lindquist
date Sat, 14 Jun 2008 05:13:49 +0200
parents 4d006f7b2ada
children 2b72433d5c8c
line wrap: on
line diff
--- a/tango/lib/gc/basic/gc.d	Fri Jun 13 08:21:11 2008 +0200
+++ b/tango/lib/gc/basic/gc.d	Sat Jun 14 05:13:49 2008 +0200
@@ -69,7 +69,9 @@
     //
     // NOTE: Due to popular demand, this has been re-enabled.  It still has
     //       the problems mentioned above though, so I guess we'll see.
-    _gc.fullCollectNoStack(); // not really a 'collect all' -- still scans
+
+    // FIXME: LLVMDC crashes ...
+    //_gc.fullCollectNoStack(); // not really a 'collect all' -- still scans
                               // static data area, roots, and ranges.
     _gc.Dtor();
 }