Discussion:
[D-runtime] [D-Programming-Language/druntime] 3d9413: add gc.config to configure profiling and pool limi...
GitHub via D-runtime
2014-10-06 18:50:26 UTC
Permalink
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 3d9413ac989b008e77d4ac8e33a819f596eb008d
https://github.com/D-Programming-Language/druntime/commit/3d9413ac989b008e77d4ac8e33a819f596eb008d
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2014-09-26 (Fri, 26 Sep 2014)

Changed paths:
M mak/MANIFEST
M mak/SRCS
A src/gc/config.d
M src/gc/gc.d
M src/rt/dmain2.d

Log Message:
-----------
add gc.config to configure profiling and pool limits through the command line


Commit: f400e667da2460205ceee6188edfa1f9ab3056cf
https://github.com/D-Programming-Language/druntime/commit/f400e667da2460205ceee6188edfa1f9ab3056cf
Author: Martin Nowak <code at dawg.eu>
Date: 2014-10-06 (Mon, 06 Oct 2014)

Changed paths:
M mak/MANIFEST
M mak/SRCS
A src/gc/config.d
M src/gc/gc.d
M src/rt/dmain2.d

Log Message:
-----------
Merge pull request #817 from rainers/gc_config

make GC configurable through environment variable


Compare: https://github.com/D-Programming-Language/druntime/compare/eb18ee3980b5...f400e667da24
Loading...