[D-runtime] [dlang/druntime] 4224b2: rt.util.container: Use outOfMemoryErrorNoGC

GitHub via D-runtime d-runtime at puremagic.com
Wed Sep 14 14:09:14 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/dlang/druntime
  Commit: 4224b20b4c1cc6b3e6a39b91e0cd3908137f1220
      https://github.com/dlang/druntime/commit/4224b20b4c1cc6b3e6a39b91e0cd3908137f1220
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2016-09-11 (Sun, 11 Sep 2016)

  Changed paths:
    M src/rt/util/container/array.d
    M src/rt/util/container/common.d

  Log Message:
  -----------
  rt.util.container: Use outOfMemoryErrorNoGC

Array and HashTab are used before the GC is even initialised.


  Commit: c4dc185490422c6a20a1e506f37d1142cbe1a667
      https://github.com/dlang/druntime/commit/c4dc185490422c6a20a1e506f37d1142cbe1a667
  Author: Walter Bright <WalterBright at users.noreply.github.com>
  Date:   2016-09-14 (Wed, 14 Sep 2016)

  Changed paths:
    M src/rt/util/container/array.d
    M src/rt/util/container/common.d

  Log Message:
  -----------
  Merge pull request #1652 from klickverbot/util-container-nogc

rt.util.container: Use outOfMemoryErrorNoGC


Compare: https://github.com/dlang/druntime/compare/2db828bd4f21...c4dc18549042


More information about the D-runtime mailing list