mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-17 17:29:02 +02:00
[svn r260] Changed some of the LLVMDC specific code in the Tango core and did some minor cleanups.
This commit is contained in:
@@ -69,15 +69,8 @@ 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.
|
||||
version(LLVMDC)
|
||||
{
|
||||
// currently crashes a lot
|
||||
}
|
||||
else
|
||||
{
|
||||
_gc.fullCollectNoStack(); // not really a 'collect all' -- still scans
|
||||
// static data area, roots, and ranges.
|
||||
}
|
||||
_gc.Dtor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user