[D-runtime] [D-Programming-Language/druntime] 5be415: fix Issue 15009 - Object.destroy calls unnecessary...

GitHub via D-runtime d-runtime at puremagic.com
Sat Sep 5 05:02:30 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 5be4156ccba77b49c7232060bbecb8b2527a8287
      https://github.com/D-Programming-Language/druntime/commit/5be4156ccba77b49c7232060bbecb8b2527a8287
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-09-04 (Fri, 04 Sep 2015)

  Changed paths:
    M src/object.d

  Log Message:
  -----------
  fix Issue 15009 - Object.destroy calls unnecessary postblits for destruction of static arrays object


  Commit: 3dc4e28ba997954deeb1f8db63051ba1f03e0463
      https://github.com/D-Programming-Language/druntime/commit/3dc4e28ba997954deeb1f8db63051ba1f03e0463
  Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
  Date:   2015-09-05 (Sat, 05 Sep 2015)

  Changed paths:
    M src/object.d

  Log Message:
  -----------
  Merge pull request #1376 from 9rnsr/fix15009

Issue 15009 - Object.destroy calls unnecessary postblits for destruction of static arrays object


Compare: https://github.com/D-Programming-Language/druntime/compare/8f48af834ba4...3dc4e28ba997


More information about the D-runtime mailing list