[Issue 8658] Passing large structs to function b value causes stack corruption

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8658 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #1 from

[Issue 8658] Passing large structs to function b value causes stack corruption

2012-09-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8658 Rainer Schuetze changed: What|Removed |Added Platform|All |x86 OS/Version|All

[Issue 8658] Passing large structs to function b value causes stack corruption

2013-11-24 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8658 yebblies changed: What|Removed |Added Keywords||pull CC|

[Issue 8658] Passing large structs to function b value causes stack corruption

2013-11-25 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8658 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

[Issue 8658] Passing large structs to function b value causes stack corruption

2013-11-25 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8658 --- Comment #5 from Walter Bright 2013-11-25 23:41:04 PST --- While yebblies is fixing the code gen bug, we've also planned to make single objects that are larger than 64Kb illegal. -- Configure issuemail: https://d.puremagic.com/issues/use

[Issue 8658] Passing large structs to function b value causes stack corruption

2013-11-25 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8658 --- Comment #6 from yebblies 2013-11-26 18:47:21 EST --- (In reply to comment #5) > While yebblies is fixing the code gen bug, we've also planned to make single > objects that are larger than 64Kb illegal. Illegal, or just @system? -- Confi

[Issue 8658] Passing large structs to function b value causes stack corruption

2013-11-26 Thread d-bugmail
/c1b34cbbf155ea14eb68cf587a56797bd5c9994c Fix Issue 8658 - Passing large structs to function b value causes stack corruption https://github.com/D-Programming-Language/dmd/commit/fa89580c8b4cfc179295c5840fb8f208f479cb46 Merge pull request #2875 from yebblies/issue8658 Issue 8658 - Passing large structs to function b value causes stack

[Issue 8658] Passing large structs to function b value causes stack corruption

2013-11-26 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8658 yebblies changed: What|Removed |Added Status|NEW |RESOLVED Resolution|