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 <[email protected]>
  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 <[email protected]>
  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
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to