[dmd-internals] [D-Programming-Language/dmd] c5286c: cod2: Fix latent instruction reorder bug in cdmemc...

GitHub noreply at github.com
Sun Mar 31 01:02:06 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: c5286c35f0b81cee7cc8506ce7ae21f6b83f1805
      https://github.com/D-Programming-Language/dmd/commit/c5286c35f0b81cee7cc8506ce7ae21f6b83f1805
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2013-03-25 (Mon, 25 Mar 2013)

  Changed paths:
    M src/backend/cod2.c

  Log Message:
  -----------
  cod2: Fix latent instruction reorder bug in cdmemcmp

Triggered on Linux by test81 in interpret.d with the
array comparison optimization patch.


  Commit: c984175cf25dfa17b3956e8e33ff83547fa56b0a
      https://github.com/D-Programming-Language/dmd/commit/c984175cf25dfa17b3956e8e33ff83547fa56b0a
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2013-03-25 (Mon, 25 Mar 2013)

  Changed paths:
    M src/e2ir.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Optimize simple array comparison (Issue 9477)


  Commit: 8b9d88d19fe4bb239209c004230fd5ac271436c3
      https://github.com/D-Programming-Language/dmd/commit/8b9d88d19fe4bb239209c004230fd5ac271436c3
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-03-31 (Sun, 31 Mar 2013)

  Changed paths:
    M src/backend/cod2.c
    M src/e2ir.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #1766 from CyberShadow/fix9477

Optimize simple array comparisons (Issue 9477)


Compare: https://github.com/D-Programming-Language/dmd/compare/52c6b086d954...8b9d88d19fe4


More information about the dmd-internals mailing list