Browse thread
Array 4 MB size limit
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Damien Doligez <damien.doligez@i...> |
| Subject: | Re: [Caml-list] Array 4 MB size limit |
On 2006-05-16, at 02:48, Brian Hurt wrote: > When you move to 64 bits, the tag word doubles in size, but the > amount of "other" information in the tag word doesn't- this means > that suddenly you have 52 bits of size, or 4T arrays. This is not quite correct, but a mere factor of 1000 doesn't matter much at this point :-) -- Damien