[MLton-commit] r7138
Matthew Fluet
fluet at mlton.org
Fri Jun 12 09:19:08 PDT 2009
Note larger arrays on 64-bit systems.
----------------------------------------------------------------------
U mlton/trunk/doc/README
----------------------------------------------------------------------
Modified: mlton/trunk/doc/README
===================================================================
--- mlton/trunk/doc/README 2009-06-11 22:55:58 UTC (rev 7137)
+++ mlton/trunk/doc/README 2009-06-12 16:19:07 UTC (rev 7138)
@@ -17,8 +17,8 @@
o Compiles large programs.
o Support for large amounts of memory (up to 4G on 32-bit systems;
more on 64-bit systems).
- o Array lengths up to 2^31 - 1, the largest possible
- twos-complement 32-bit integer.
+ o Support for large array lengths (up to 2^31 - 1 on 32-bit
+ systems; up to 2^63-1 on 64-bit systems).
o Support for large files, using 64-bit file positions.
+ Performance.
o Executables have excellent running times.
More information about the MLton-commit
mailing list