Browse thread
Native code compile time question
-
Raj Bandyopadhyay
- Basile STARYNKEVITCH
- Jon Harrop
- Richard Jones
- Christophe TROESTLER
[
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: | Christophe TROESTLER <Christophe.Troestler+ocaml@u...> |
| Subject: | Re: [Caml-list] Native code compile time question |
Hi, On Fri, 05 Sep 2008 11:26:10 -0500, Raj Bandyopadhyay wrote: > > On using my code generator on a large program, I generate a file > containing about 75K lines of OCaml. The native code compiler takes > more than 30 *minutes* to compile this file! The bytecode compiler > takes about 5 secs. Are you speaking of ocamlopt (a bytecode program) or ocamlopt.opt (a native code program) ? C.