← Back to index
|
Original Bugzilla link
Bug 15072 – [REG2.069-devel] Re-introducing codegen performance regression 14805
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-09-16T11:24:00Z
Last change time
2015-09-16T21:08:49Z
Keywords
performance, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0
by k.hara.pg — 2015-09-16T11:24:52Z
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
Comment #1
by k.hara.pg — 2015-09-16T13:38:02Z
https://github.com/D-Programming-Language/dmd/pull/5083
Comment #2
by github-bugzilla — 2015-09-16T21:08:49Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/340592e3fbadda85817cc2c8a3bcffca29aeae56
fix Issue 15072 - Re-introducing codegen performance regression 14805
https://github.com/D-Programming-Language/dmd/commit/168cbbfeb6b451f553821318f9e27e37140eea9e
Merge pull request #5083 from 9rnsr/fix15072 [REG2.069-devel] Issue 15072 - Re-introducing codegen performance regression 14805