size_t fullcollect(bool nostack = false) nothrow
{
.....
if(config.profile)
{
printf("Gcx.fullcollect, use:%d, freePages:%d\n", (stop-start), (freedLargePages +
freedSmallPages));
}
return freedLargePages + freedSmallPages;
}
cd C:\D\dmd2\src\druntime
make -f win32.mak
cd C:\D\dmd2\src\phobos
make -f win32.mak
copy /Y phobos.lib C:\D\dmd2\windows\lib
缘由
下载dmc
方法