Browse thread
Port of Caml Light to the Dec Alpha
- Xavier Leroy
[
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: | Xavier Leroy <xavier@T...> |
| Subject: | Port of Caml Light to the Dec Alpha |
I have ported Caml Light to the Dec Alpha under OSF/1. This is the first implementation of any ML dialect to run on a 64-bits architecture. Integers wrap around at 4611686018427387904, the size of heap objects can go up to 64 million gigabytes, and the system happily bootstraps itself in 36 seconds, which is three times faster than on a Decstation 5000. The patches are available by anonymous FTP from ftp.inria.fr (128.93.1.26), directory lang/caml-light, file cl5-64bits.tar.Z. These patches are to be untarred on top of the standard Caml Light 0.5 distribution (same host, same directory, file cl5unix.tar.Z). The patches might even work for other 64-bits architectures; who knows? - Xavier Leroy