[D-runtime] [D-Programming-Language/druntime] 28676c: allocating a pool must be done in the if (disabled...
GitHub via D-runtime
d-runtime at puremagic.com
Thu Jan 8 23:33:42 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 28676c307d475276831ba4a7027fdcb595d70fbb
https://github.com/D-Programming-Language/druntime/commit/28676c307d475276831ba4a7027fdcb595d70fbb
Author: Martin Nowak <code at dawg.eu>
Date: 2015-01-08 (Thu, 08 Jan 2015)
Changed paths:
M src/gc/gc.d
Log Message:
-----------
allocating a pool must be done in the if (disabled) block
- or the else branch gets executed on a successful pool allocation
Commit: 1b9ab11996a86eeda3127d15be0917ee8210d656
https://github.com/D-Programming-Language/druntime/commit/1b9ab11996a86eeda3127d15be0917ee8210d656
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Changed paths:
M src/gc/gc.d
Log Message:
-----------
Merge pull request #1090 from MartinNowak/fixup1081
allocating a pool must be done in the if (disabled) block
Compare: https://github.com/D-Programming-Language/druntime/compare/5a91141829e5...1b9ab11996a8
More information about the D-runtime
mailing list