[Issue 14805] Unreasonably slow "new Struct[large]"

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14805 --- Comment #4 from Ketmar Dark --- (In reply to Ivan Kazmenko from comment #1) > Maybe it generates an instance of the array at compile time? it is, indeed. `auto dummy = new Struct[513*513];` can be evaluated in compile time, and compiler does exa

[Issue 14805] Unreasonably slow "new Struct[large]"

2015-07-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14805 ag0ae...@gmail.com changed: What|Removed |Added Keywords||performance Severity|major

[Issue 14805] Unreasonably slow "new Struct[large]"

2015-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14805 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #2 from a

[Issue 14805] Unreasonably slow "new Struct[large]"

2015-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14805 Ivan Kazmenko changed: What|Removed |Added CC||ga...@mail.ru --- Comment #1 from Ivan Kazme