[dmd-internals] [D-Programming-Language/dmd] f76e93: allocate a little less than 64kB per chunk to avoi...
GitHub
noreply at github.com
Tue Jul 16 11:18:06 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f76e935009cba2986449b62173a48c6ce02ae00c
https://github.com/D-Programming-Language/dmd/commit/f76e935009cba2986449b62173a48c6ce02ae00c
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2013-07-16 (Tue, 16 Jul 2013)
Changed paths:
M src/root/rmem.c
Log Message:
-----------
allocate a little less than 64kB per chunk to avoid larger allocations due to C runtime overhead
Commit: b108d1db39440d69b35b0414f345b2227e0b5c46
https://github.com/D-Programming-Language/dmd/commit/b108d1db39440d69b35b0414f345b2227e0b5c46
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2013-07-16 (Tue, 16 Jul 2013)
Changed paths:
M src/root/rmem.c
Log Message:
-----------
updated comment regarding chunk size
Commit: 8fb7842341bd49aea05db7ff980362f132502b61
https://github.com/D-Programming-Language/dmd/commit/8fb7842341bd49aea05db7ff980362f132502b61
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-16 (Tue, 16 Jul 2013)
Changed paths:
M src/root/rmem.c
Log Message:
-----------
Merge pull request #2351 from rainers/chunk_mem_align
Reduce memory overhead caused by chunk allocation
Compare: https://github.com/D-Programming-Language/dmd/compare/70cc17d2132d...8fb7842341bd
More information about the dmd-internals
mailing list