
24 Jun
2009
24 Jun
'09
5:48 p.m.
Hello Jason, Wednesday, June 24, 2009, 8:50:49 PM, you wrote:
Aren't you asking for a 4G element array here, so with a 32bit wraparound the array will be some multiple of 4GB
It's a bit array. It'd be 512MiB.
internally it's indexed by plain Int :) when library checks index boundary, it finds out that your array contains 0 elements, so any index should be illegal :) try to work via unsafe indexing operations... although anyway you will be unable to specify 4G elements array in 32-bit environment -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com