[dmd-internals] [D-Programming-Language/dmd] 11a635: When allocating a struct with "new", do not pass t...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Aug 31 02:37:45 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 11a63568ab4799ca16c6effc856a63ed3420ff24
https://github.com/D-Programming-Language/dmd/commit/11a63568ab4799ca16c6effc856a63ed3420ff24
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2014-08-31 (Sun, 31 Aug 2014)
Changed paths:
M src/e2ir.c
Log Message:
-----------
When allocating a struct with "new", do not pass the pointer type info to the runtime, but the struct type info.
Commit: 048f0cca0667d42a5b71a90eae2a7a39f42f95f2
https://github.com/D-Programming-Language/dmd/commit/048f0cca0667d42a5b71a90eae2a7a39f42f95f2
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-08-31 (Sun, 31 Aug 2014)
Changed paths:
M src/e2ir.c
Log Message:
-----------
Merge pull request #3935 from rainers/fix_13404
Issue 13404 - heap-allocating a struct passes TypeInfo_Pointer to the GC, not TypeInfo_struct
Compare: https://github.com/D-Programming-Language/dmd/compare/6bfa07437f7f...048f0cca0667
More information about the dmd-internals
mailing list