[
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: | David Allsopp <dra-news@m...> |
| Subject: | RE: [Caml-list] OCaml on Windows help |
> I installed OCaml on Windows XP (the MSVC version, since I assume > that's faster than the Cygwin version?). MinGW/Cygwin is faster than MSVC port for bytecode. README.win32 contains a full comparison of the three Windows ports. I don't know whether anyone's benchmarked MASM vs Gas for performance of programs compiled with ocamlopt, however... David