Browse thread
[Caml-list] Dynamically evaluating OCaml code
-
John Goerzen
- Vitaly Lugovsky
- Samuel Mimram
-
Basile Starynkevitch
-
Issac Trotts
- Dustin Sallings
-
Brian Hurt
- Oleg Trott
- Ville-Pertti Keinonen
-
John Goerzen
-
Markus Mottl
-
Richard Jones
-
Markus Mottl
- Jon Harrop
-
John Goerzen
- Jean-Marc EBER
-
Trevor Andrade
-
Gerd Stolpmann
- skaller
-
John Goerzen
-
Gerd Stolpmann
-
Christophe TROESTLER
-
Gerd Stolpmann
-
Christophe TROESTLER
- Brandon J. Van Every
- John Goerzen
-
Jacques GARRIGUE
-
Brandon J. Van Every
- Jacques GARRIGUE
- Kenneth Knowles
- Nicolas Cannasse
- Gerd Stolpmann
- Gerd Stolpmann
-
Brandon J. Van Every
-
Christophe TROESTLER
-
Gerd Stolpmann
-
Christophe TROESTLER
- Matt Gushee
-
Gerd Stolpmann
- Benjamin Geer
-
Gerd Stolpmann
- skaller
-
Markus Mottl
- John Goerzen
- Jon Harrop
-
Richard Jones
- Fernando Alegre
- Jean-Marc EBER
- Kenneth Knowles
- Brian Hurt
- skaller
-
Markus Mottl
- Issac Trotts
- Basile Starynkevitch
-
Issac Trotts
- clement capel
- Jon Harrop
- Walid Taha
[
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: | Basile Starynkevitch <basile.starynkevitch@i...> |
| Subject: | Re: [Caml-list] recompiling bytecode |
On Wed, Apr 14, 2004 at 11:21:01AM -0700, Brandon J. Van Every wrote: > skaller wrote: > > On Wed, 2004-04-14 at 17:50, Nicolas Cannasse wrote: > > > > > Other way of thinking is : what do we need in order to get > > > binary-only distributions ? [....] > > > [re: having to recompile everything] > > > > Who cares? > > > > I've worked on code where turnaround for compilations were: > > > > 1970's -- overnight (Fortran) > > 1980's -- 2-3 hours (Cobol/Pl1) > > 1990's -- 20-40 minutes (C/C++) > > 2000's -- 10-60 seconds (Ocaml) > > Because you are not compiling programs large enough and often enough for > this to become sheer hell? Even if Ocaml compiles much faster that Gcc, compile time still counts a bit. Consider for example the compile time of the compiler compiling itself: with ocaml: make world opt bootstrap is around 10 minutes with gcc: make bootstrap is about an hour. (the x86 machines I work on are at home 2Ghz, at work 1GHz). And there is something more that compilation time: correctly handling the package dependencies, which has been discussed a lot on this list recently. Actually, compilation times still count (but there are features in Ocaml, notably its module system, which help a lot - compare Ocaml module compilation to C++ template compilation for example). Regards -- Basile STARYNKEVITCH -- basile dot starynkevitch at inria dot fr Project cristal.inria.fr - INRIA Rocquencourt http://cristal.inria.fr/~starynke --- all opinions are only mine ------------------- 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