November 01, 2012 [D-runtime] [D-Programming-Language/druntime] 22e0fd: Reorder core.memory.GC methods to keep add/remove ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: 22e0fdb1535efdea559a872c4647b0f953ae8867 https://github.com/D-Programming-Language/druntime/commit/22e0fdb1535efdea559a872c4647b0f953ae8867 Author: David Nadlinger <code@klickverbot.at> Date: 2012-10-19 (Fri, 19 Oct 2012) Changed paths: M src/core/memory.d Log Message: ----------- Reorder core.memory.GC methods to keep add/remove pairs together. This commit merely swaps the two function definitions. addRoot and addRange are really quite different semantically, there is no point in mixing them. Commit: f3faff505e8ffe314891490b73ebe2b038428f7b https://github.com/D-Programming-Language/druntime/commit/f3faff505e8ffe314891490b73ebe2b038428f7b Author: David Nadlinger <code@klickverbot.at> Date: 2012-10-20 (Sat, 20 Oct 2012) Changed paths: M src/core/memory.d Log Message: ----------- Clarify GC.addRoot/addRange semantics. Commit: c7383eebec4305b46290491692b7a04c69bc97e4 https://github.com/D-Programming-Language/druntime/commit/c7383eebec4305b46290491692b7a04c69bc97e4 Author: Alex Rønne Petersen <alex@lycus.org> Date: 2012-11-01 (Thu, 01 Nov 2012) Changed paths: M src/core/memory.d Log Message: ----------- Merge pull request #322 from klickverbot/add-root-docs Clarified GC.addRoot/addRange behavior. Compare: https://github.com/D-Programming-Language/druntime/compare/f399a15bee98...c7383eebec43 |
Copyright © 1999-2021 by the D Language Foundation