[Issue 14571] [REG2.064] Large static arrays seem to lock up DMD
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri May 22 03:49:15 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14571
--- Comment #12 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Vladimir Panteleev from comment #11)
> Arrays in the data segment have a fixed address. This means that arr.ptr is
> actually known at compile time (whether the language exposes it or not).
Sorry, that's wrong. It's known at link time.
--
More information about the Digitalmars-d-bugs
mailing list