[dmd-internals] [D-Programming-Language/dmd] 3edef0: CTFE: Remove the hideous hack to un-inline D2 AAs

GitHub noreply at github.com
Thu Nov 29 18:58:15 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 3edef0b8d5ad2eb5e624f3b3891e35a1ce4817ee
      https://github.com/D-Programming-Language/dmd/commit/3edef0b8d5ad2eb5e624f3b3891e35a1ce4817ee
  Author: Don Clugston <don.clugston at sociomantic.com>
  Date:   2012-11-28 (Wed, 28 Nov 2012)

  Changed paths:
    M src/interpret.c

  Log Message:
  -----------
  CTFE: Remove the hideous hack to un-inline D2 AAs

If inlining is guaranteed never to occur before semantic is complete,
we don't need the digusting hack any more.


  Commit: 143e02d2b1fdb990cab3c6039c7459be3e90e142
      https://github.com/D-Programming-Language/dmd/commit/143e02d2b1fdb990cab3c6039c7459be3e90e142
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-11-29 (Thu, 29 Nov 2012)

  Changed paths:
    M src/interpret.c

  Log Message:
  -----------
  Merge pull request #1334 from donc/ctfeRemoveInliningHack

Remove the hideous CTFE inlining hack (requires pull #1333)


Compare: https://github.com/D-Programming-Language/dmd/compare/4d9d227cca76...143e02d2b1fd


More information about the dmd-internals mailing list