[D-runtime] [D-Programming-Language/druntime] e95728: create coverage and profile output lazily

GitHub noreply at github.com
Sun Jul 8 15:52:53 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: e9572824908d14fc7ccefe2f9595e172261e6aea
      https://github.com/D-Programming-Language/druntime/commit/e9572824908d14fc7ccefe2f9595e172261e6aea
  Author: dawg <dawg at dawgfoto.de>
  Date:   2012-06-27 (Wed, 27 Jun 2012)

  Changed paths:
    M src/rt/cover.d
    M src/rt/trace.d

  Log Message:
  -----------
  create coverage and profile output lazily

- in shared libraries all module ctors/dtors are always executed so we
  must only create output files if these modules have actually been used


  Commit: 7f315693ab0948afcec2914bf63c4c4bd58e0c9a
      https://github.com/D-Programming-Language/druntime/commit/7f315693ab0948afcec2914bf63c4c4bd58e0c9a
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M src/rt/cover.d
    M src/rt/trace.d

  Log Message:
  -----------
  Merge pull request #251 from dawgfoto/lazyCovNProf

create coverage and profile output lazily


Compare: https://github.com/D-Programming-Language/druntime/compare/ba0c1e84cb8b...7f315693ab09


More information about the D-runtime mailing list