Browse thread
[Caml-list] Timing Ocaml
[
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: | 2002-06-11 (12:52) |
From: | Mattias Waldau <mattias.waldau@a...> |
Subject: | RE: [Caml-list] Timing Ocaml |
SICStus Prolog had the same problem as O'Caml with VC++. They solved it by first running VC++ and generating ASM-code. Then they have a small Perl-script that rearranges the code, and at last they compile the assembler code using MASM. This improved the performance with 20-30% and in some cases 100% (for very simple byte code instructions where the switch overhead is relatively larger, for example the fameous naïve reverse.) /mattias ------------------- 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