mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-02 18:43:14 +01:00
[svn r280] Fixed a bunch of issues with switch statements. Ended up a bit far reaching...
This commit is contained in:
@@ -69,7 +69,9 @@ extern (C) void gc_term()
|
||||
//
|
||||
// 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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user