Frits van Bommel wrote: > Assuming it still allows heap-allocated objects, something like this > will still work: > ---- > class C { > ubyte[16 * 1024 * 1024 - 1] memory; > } The fix for that is to disallow objects with a large static size.