diff tango/lib/gc/basic/gc.d @ 243:4d006f7b2ada trunk

[svn r260] Changed some of the LLVMDC specific code in the Tango core and did some minor cleanups.
author lindquist
date Mon, 09 Jun 2008 03:02:14 +0200
parents 7816aafeea3c
children 88252a1af660
line wrap: on
line diff
--- a/tango/lib/gc/basic/gc.d	Mon Jun 09 02:05:02 2008 +0200
+++ b/tango/lib/gc/basic/gc.d	Mon Jun 09 03:02:14 2008 +0200
@@ -69,15 +69,8 @@
     //
     // NOTE: Due to popular demand, this has been re-enabled.  It still has
     //       the problems mentioned above though, so I guess we'll see.
-    version(LLVMDC)
-    {
-    // currently crashes a lot
-    }
-    else
-    {
     _gc.fullCollectNoStack(); // not really a 'collect all' -- still scans
                               // static data area, roots, and ranges.
-    }
     _gc.Dtor();
 }