comparison 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
comparison
equal deleted inserted replaced
261:5723b7385c25 262:88252a1af660
67 // I'm disabling cleanup for now until I can think about it some 67 // I'm disabling cleanup for now until I can think about it some
68 // more. 68 // more.
69 // 69 //
70 // NOTE: Due to popular demand, this has been re-enabled. It still has 70 // NOTE: Due to popular demand, this has been re-enabled. It still has
71 // the problems mentioned above though, so I guess we'll see. 71 // the problems mentioned above though, so I guess we'll see.
72 _gc.fullCollectNoStack(); // not really a 'collect all' -- still scans 72
73 // FIXME: LLVMDC crashes ...
74 //_gc.fullCollectNoStack(); // not really a 'collect all' -- still scans
73 // static data area, roots, and ranges. 75 // static data area, roots, and ranges.
74 _gc.Dtor(); 76 _gc.Dtor();
75 } 77 }
76 78
77 extern (C) void gc_enable() 79 extern (C) void gc_enable()