[D-runtime] [D-Programming-Language/druntime] 622880: GC: Remove redundant locking in reallocNoSync.
GitHub
noreply at github.com
Thu Oct 31 10:26:30 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 622880371e649dfc84ee8bec2cf51b42df5a6610
https://github.com/D-Programming-Language/druntime/commit/622880371e649dfc84ee8bec2cf51b42df5a6610
Author: safety0ff <safety0ff at users.sourceforge.net>
Date: 2013-10-30 (Wed, 30 Oct 2013)
Changed paths:
M src/gc/gc.d
Log Message:
-----------
GC: Remove redundant locking in reallocNoSync.
Commit: 4fe17c32bcfa9140e3b52e92b27474c3b60b3f95
https://github.com/D-Programming-Language/druntime/commit/4fe17c32bcfa9140e3b52e92b27474c3b60b3f95
Author: safety0ff <safety0ff at users.sourceforge.net>
Date: 2013-10-30 (Wed, 30 Oct 2013)
Changed paths:
M src/gc/gc.d
Log Message:
-----------
fix Issue 3454 - inconsistent flag setting in GC.realloc()
Commit: 487f0a1ed1aad76d1b4ca638fd25b730fd87aa4f
https://github.com/D-Programming-Language/druntime/commit/487f0a1ed1aad76d1b4ca638fd25b730fd87aa4f
Author: safety0ff <safety0ff at users.sourceforge.net>
Date: 2013-10-30 (Wed, 30 Oct 2013)
Changed paths:
M src/rt/lifetime.d
Log Message:
-----------
regression test for Issue 3454
Commit: 553d9c94f9b6fcc1cb422bc440a8270f829bdf26
https://github.com/D-Programming-Language/druntime/commit/553d9c94f9b6fcc1cb422bc440a8270f829bdf26
Author: Martin Nowak <code at dawg.eu>
Date: 2013-10-31 (Thu, 31 Oct 2013)
Changed paths:
M src/gc/gc.d
Log Message:
-----------
initialize variable locally
- goto will jump over the whole scope
Commit: 0fe338f42a1225a6041bb0f7707375cfbee7b54b
https://github.com/D-Programming-Language/druntime/commit/0fe338f42a1225a6041bb0f7707375cfbee7b54b
Author: Martin Nowak <code at dawg.eu>
Date: 2013-10-31 (Thu, 31 Oct 2013)
Changed paths:
M src/gc/gc.d
M src/rt/lifetime.d
Log Message:
-----------
Merge pull request #645 from Safety0ff/fix3454
fix Issue 3454 - inconsistent flag setting in GC.realloc()
Compare: https://github.com/D-Programming-Language/druntime/compare/d543d9f182ef...0fe338f42a12
More information about the D-runtime
mailing list