Browse thread
[Caml-list] Compiling on ultrasparc
[
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.leroy@i...> |
| Subject: | Re: [Caml-list] Compiling on ultrasparc |
> I've gotten some replies on the ultrasparc, one of them indicating that > there is no native-code compilation for ultrasparc. Is this true? No. The (32-bit) code generated by the SPARC version of ocamlopt runs just fine on an UltraSPARC. It doesn't exploit the 64-bit instructions of the UltraSPARC, but unless you have more than 4Gb of memory, you shouldn't care too much. > More generally, is there a place where I can look up information as > to which platforms ocaml is supported on? For instance, the README file in the source distribution. - Xavier Leroy ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners