[D-runtime] [D-Programming-Language/druntime] 0a7404: Fix issue 14467. When using GC.query, bits retriev...
GitHub via D-runtime
d-runtime at puremagic.com
Mon Apr 20 08:36:28 PDT 2015
Branch: refs/heads/stable
Home: https://github.com/D-Programming-Language/druntime
Commit: 0a740491d19a92cd12667ed2f3007ed23936f0e4
https://github.com/D-Programming-Language/druntime/commit/0a740491d19a92cd12667ed2f3007ed23936f0e4
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M src/gc/gc.d
Log Message:
-----------
Fix issue 14467. When using GC.query, bits retrieved should be for base address, not interior pointer bitset.
Commit: eeb01a68b992af0e87cbcf884a5aaf7a2035d2d6
https://github.com/D-Programming-Language/druntime/commit/eeb01a68b992af0e87cbcf884a5aaf7a2035d2d6
Author: Martin Nowak <code at dawg.eu>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M src/gc/gc.d
Log Message:
-----------
Merge pull request #1227 from schveiguy/fixgcquery
Fix issue 14467 - arr.capacity sometimes erroneously returns 0
Compare: https://github.com/D-Programming-Language/druntime/compare/ce12e759f624...eeb01a68b992
More information about the D-runtime
mailing list