[dmd-internals] [D-Programming-Language/dmd] 292828: Fix Issue 12820 - DMD can inline calls to function...

GitHub via dmd-internals dmd-internals at puremagic.com
Thu Jul 24 21:14:43 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 292828b19a8ad42a48794292db2646cff6536089
      https://github.com/D-Programming-Language/dmd/commit/292828b19a8ad42a48794292db2646cff6536089
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M src/idgen.c
    M src/inline.c
    M test/runnable/inline.d

  Log Message:
  -----------
  Fix Issue 12820 - DMD can inline calls to functions that use alloca, allocating the memory in the caller function instead.


  Commit: 031c94f25a0a25125730e4033a3e19e8b20bc861
      https://github.com/D-Programming-Language/dmd/commit/031c94f25a0a25125730e4033a3e19e8b20bc861
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-07-24 (Thu, 24 Jul 2014)

  Changed paths:
    M src/idgen.c
    M src/inline.c
    M test/runnable/inline.d

  Log Message:
  -----------
  Merge pull request #3811 from yebblies/issue3918

Issue 12820 - DMD can inline calls to functions that use alloca, allocating the memory in the caller function instead.


Compare: https://github.com/D-Programming-Language/dmd/compare/b09c870774b3...031c94f25a0a


More information about the dmd-internals mailing list