[dmd-internals] [D-Programming-Language/dmd] 525dcb: Replace AliasDeclaration::inSemantic with Declarat...

GitHub via dmd-internals dmd-internals at puremagic.com
Fri Jun 12 06:04:04 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 525dcb62bb18a75c75c5857e4271ecaccc222876
      https://github.com/D-Programming-Language/dmd/commit/525dcb62bb18a75c75c5857e4271ecaccc222876
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-06-11 (Thu, 11 Jun 2015)

  Changed paths:
    M src/declaration.c
    M src/declaration.h

  Log Message:
  -----------
  Replace AliasDeclaration::inSemantic with Declaration::inuse

I noticed that it was completely redundant. We can reduce memory size a little.


  Commit: d17412ae8705034336761a10673d3f7553e69506
      https://github.com/D-Programming-Language/dmd/commit/d17412ae8705034336761a10673d3f7553e69506
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-06-11 (Thu, 11 Jun 2015)

  Changed paths:
    M src/declaration.c
    M src/declaration.h
    M src/dsymbol.c
    M src/dsymbol.h
    M src/template.c
    A test/fail_compilation/ice13816.d

  Log Message:
  -----------
  fix Issue 13816 - The compiler crashes with recursive tuple expansion


  Commit: d19923916de98edfd4d505ffcd3e93f88f5f5280
      https://github.com/D-Programming-Language/dmd/commit/d19923916de98edfd4d505ffcd3e93f88f5f5280
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-06-12 (Fri, 12 Jun 2015)

  Changed paths:
    M src/declaration.c
    M src/declaration.h
    M src/dsymbol.c
    M src/dsymbol.h
    M src/template.c
    A test/fail_compilation/ice13816.d

  Log Message:
  -----------
  Merge pull request #4738 from 9rnsr/fix13816

[REG2.066.0] Issue 13816 - The compiler crashes with recursive tuple expansion


Compare: https://github.com/D-Programming-Language/dmd/compare/693756002c2d...d19923916de9


More information about the dmd-internals mailing list