[D-runtime] [dlang/druntime] 4b2901: Remove extra GC stat fields and rename remaining

GitHub via D-runtime d-runtime at puremagic.com
Tue Jul 19 09:15:42 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/dlang/druntime
  Commit: 4b2901c940756270411039fad4615cb46a2ad9c4
      https://github.com/dlang/druntime/commit/4b2901c940756270411039fad4615cb46a2ad9c4
  Author: Dicebot <public at dicebot.lv>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M src/gc/impl/conservative/gc.d
    M src/gc/stats.d

  Log Message:
  -----------
  Remove extra GC stat fields and rename remaining

Before making stats struct and thus standardizing it, field set
it defines has to be reduced to minimal amount meaningful to
any GC implementation.


  Commit: cacba725da8b35c3b2d061df822f819d10962d71
      https://github.com/dlang/druntime/commit/cacba725da8b35c3b2d061df822f819d10962d71
  Author: Dicebot <public at dicebot.lv>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M mak/SRCS
    M src/core/memory.d
    M src/gc/gcinterface.d
    M src/gc/impl/conservative/gc.d
    M src/gc/impl/manual/gc.d
    M src/gc/proxy.d
    R src/gc/stats.d

  Log Message:
  -----------
  Move GCStats to core.memory.GC.Stats


  Commit: 031e151b8d2c18f90eec95aef74f566137b5b7e8
      https://github.com/dlang/druntime/commit/031e151b8d2c18f90eec95aef74f566137b5b7e8
  Author: Dicebot <public at dicebot.lv>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M src/core/memory.d
    M src/gc/proxy.d

  Log Message:
  -----------
  Expose gc_stats as core.memory.GC.stats


  Commit: 5c61bd590606e44edbca6a8407fde2b0321af572
      https://github.com/dlang/druntime/commit/5c61bd590606e44edbca6a8407fde2b0321af572
  Author: Dicebot <public at dicebot.lv>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M src/gc/impl/conservative/gc.d

  Log Message:
  -----------
  Simplify how gc stats are calculated


  Commit: 7414b4efa8dafc3120c20713a6341389b56dd0cc
      https://github.com/dlang/druntime/commit/7414b4efa8dafc3120c20713a6341389b56dd0cc
  Author: Martin Nowak <code at dawg.eu>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M mak/SRCS
    M src/core/memory.d
    M src/gc/gcinterface.d
    M src/gc/impl/conservative/gc.d
    M src/gc/impl/manual/gc.d
    M src/gc/proxy.d
    R src/gc/stats.d

  Log Message:
  -----------
  Merge pull request #1610 from Dicebot/expose_gc_stats

Expose gc_stats as core.memory.GC.stats


Compare: https://github.com/dlang/druntime/compare/8ecbc9b7eeb2...7414b4efa8da


More information about the D-runtime mailing list