[D-runtime] [D-Programming-Language/druntime] 2cb234: Use regular section for core.memory »Notes to imp...

GitHub noreply at github.com
Sun Nov 4 09:43:50 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 2cb234d626e7d4dd66b7cc6cd501b690479c9714
      https://github.com/D-Programming-Language/druntime/commit/2cb234d626e7d4dd66b7cc6cd501b690479c9714
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M src/core/memory.d

  Log Message:
  -----------
  Use regular section for core.memory »Notes to implementors«.

Mostly makes it easier to read, especially in narrow browser
windows. Also added a few references.


  Commit: d8140c8a2c08b71e1079b57e3cf598460e6f3c3b
      https://github.com/D-Programming-Language/druntime/commit/d8140c8a2c08b71e1079b57e3cf598460e6f3c3b
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2012-11-01 (Thu, 01 Nov 2012)

  Changed paths:
    M src/core/memory.d

  Log Message:
  -----------
  Don't require conservative scanning of addRoot()'ed blocks and TLS variables.

addRoot() seems to have been mentioned because its documentation was
unclear before, and TLS variables due to an overly pessimistic
interpretation of garbage.dd.


  Commit: b412e3de962d4c76384a0ed405fdec94b5733429
      https://github.com/D-Programming-Language/druntime/commit/b412e3de962d4c76384a0ed405fdec94b5733429
  Author: Alex Rønne Petersen <alex at lycus.org>
  Date:   2012-11-04 (Sun, 04 Nov 2012)

  Changed paths:
    M src/core/memory.d

  Log Message:
  -----------
  Merge pull request #342 from klickverbot/core-memory-notes

Reformat core.memory »Notes to implementors« and tweak conservative scanning requirements


Compare: https://github.com/D-Programming-Language/druntime/compare/9f6458f53f5b...b412e3de962d


More information about the D-runtime mailing list