[D-runtime] [D-Programming-Language/druntime] 1a3f67: Fix Issue 5835 - `TypeInfo_Array.getHash` creates ...

GitHub noreply at github.com
Sat Mar 8 04:32:27 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 1a3f6796270752ba0d770539392f2815f57e8181
      https://github.com/D-Programming-Language/druntime/commit/1a3f6796270752ba0d770539392f2815f57e8181
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2014-03-08 (Sat, 08 Mar 2014)

  Changed paths:
    M src/object_.d
    M src/rt/typeinfo/ti_AC.d

  Log Message:
  -----------
  Fix Issue 5835 - `TypeInfo_Array.getHash` creates raw data hash instead using array element hash function

Issue URL: https://d.puremagic.com/issues/show_bug.cgi?id=5835


  Commit: 90b7bc04d26ac8b41fe47485585e582c6e897c3c
      https://github.com/D-Programming-Language/druntime/commit/90b7bc04d26ac8b41fe47485585e582c6e897c3c
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2014-03-08 (Sat, 08 Mar 2014)

  Changed paths:
    M src/object_.d

  Log Message:
  -----------
  Speed up `TypeInfo_StaticArray.getHash`.

Use `hashOf` if possible.


  Commit: dc3e69a24622331722978158cfef3df10204dcf9
      https://github.com/D-Programming-Language/druntime/commit/dc3e69a24622331722978158cfef3df10204dcf9
  Author: Martin Nowak <code at dawg.eu>
  Date:   2014-03-08 (Sat, 08 Mar 2014)

  Changed paths:
    M src/object_.d
    M src/rt/typeinfo/ti_AC.d

  Log Message:
  -----------
  Merge pull request #735 from denis-sh/fix-Issue-5835

Fix Issue 5835


Compare: https://github.com/D-Programming-Language/druntime/compare/7c8722f331ac...dc3e69a24622


More information about the D-runtime mailing list