digitalmars.D.bugs - [Issue 15072] New: [REG2.069-devel] Re-introducing codegen
- via Digitalmars-d-bugs (28/28) Sep 16 2015 https://issues.dlang.org/show_bug.cgi?id=15072
https://issues.dlang.org/show_bug.cgi?id=15072 Issue ID: 15072 Summary: [REG2.069-devel] Re-introducing codegen performance regression 14805 Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: performance Severity: regression Priority: P1 Component: dmd Assignee: nobody puremagic.com Reporter: k.hara.pg gmail.com Code snippet from test/runnable/todt.d in dmd test suite: module test; struct S14805 { ushort one; } auto a14805 = new S14805[513*513]; void main() {} Command line: dmd -c test.d Will consume cpu time. Introduced in: https://github.com/D-Programming-Language/dmd/pull/5050 --
Sep 16 2015