Why 16Mib static array size limit?

NX via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 15 13:28:58 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=14859

This limitation is put there because of optlink (which fails to 
link when you have enough static data), and is actually entirely 
meaningless when combined with -m32mscoff & -m64 switches (since 
other linkers handle huge static data just fine).


More information about the Digitalmars-d mailing list