[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2012-01-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 --- Comment #11 from Walter Bright 2012-01-19 17:55:14 PST --- poolsize: 65536; usedsize: 192; freeblocks: 15; freelistsize: 3904; pageblocks: 0 after allocating 268435456 bytes poolsize: 268566528; usedsize: 192; freeblocks: 30; freelistsize:

[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2012-01-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 --- Comment #10 from Leandro Lucarella 2012-01-19 13:56:08 PST --- Copying comment by Walter on the pull request: > It's still not working, at least on Windows. What does that means? What output are you getting. (I changed the issue as Window

[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2012-01-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 --- Comment #9 from Leandro Lucarella 2012-01-19 02:22:49 PST --- And BTW, I'm not dawg :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2012-01-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 --- Comment #8 from Leandro Lucarella 2012-01-19 02:20:34 PST --- BTW, seems to be working: --- ~/dmd/dmd-1.072/dmd/src/phobos:phobos-1.x %=$ ./dmd | head -n1 DMD64 D Compiler v1.072 ~/dmd/dmd-1.072/dmd/src/phobos:phobos-1.x %=$ cat test.d i

[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2012-01-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 --- Comment #7 from Leandro Lucarella 2012-01-19 02:07:07 PST --- (In reply to comment #6) > I folded in Leandro's patch, but the problem remains. > > (D1 only.) > > https://github.com/D-Programming-Language/phobos/commit/25616cf9790084a7b1b3

[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 --- Comment #6 from Walter Bright 2012-01-18 14:04:35 PST --- I folded in Leandro's patch, but the problem remains. (D1 only.) https://github.com/D-Programming-Language/phobos/commit/25616cf9790084a7b1b3db6d3aa8e910b9195445 -- Configure iss

[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 Walter Bright changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 d...@dawgfoto.de changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2010-12-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 150] std.gc.minimize doesn't minimize physical memory usage

2010-08-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=150 Leandro Lucarella changed: What|Removed |Added Keywords||patch CC|