https://issues.dlang.org/show_bug.cgi?id=14805
Issue ID: 14805
Summary: Unreasonably slow "new Struct[large]"
Product: D
Version: D2
Hardware: x86_64
OS: All
Status: NEW
Severity: major
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
struct Struct
{
ushort one;
}
auto dummy = new Struct[513*513];
The above program takes ~50s to compile on a modern computer.
No difference between:
v2.067.1
v2.068.0-b1
--
