diff dmd/backend/glue.d @ 165:25ede4f66bda

Temporarily disabled GC (again) because phobos fails to compile with it (looks like some ObjSymbols are being falsely collected, see Library.d:666) Getting rid of global state (i.e global and static variables) to allow running concurrent compilation
author korDen
date Thu, 30 Sep 2010 10:04:32 +0400
parents 31c086f76669
children af724d3510d7
line wrap: on
line diff
--- a/dmd/backend/glue.d	Thu Sep 30 07:53:23 2010 +0400
+++ b/dmd/backend/glue.d	Thu Sep 30 10:04:32 2010 +0400
@@ -318,9 +318,9 @@
     memset(stringTab.ptr, 0, stringTab.sizeof);
     stidx = 0;
 
-    assertexp_sfilename = null;
-    assertexp_name = null;
-    assertexp_mn = null;
+//    assertexp_sfilename = null;
+//    assertexp_name = null;
+//    assertexp_mn = null;
 }
 
 void obj_start(char *srcfile)