Browse thread
Why is ocaml so big?
[
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: | Florent Monnier <fmonnier@l...> |
| Subject: | Re: [Caml-list] Why is ocaml so big? |
Hi Giles, I understand your problem, I don't know if it is possible to make a custom version of ocamlopt, but one thing you could do would be to switch from native code to bytecode. A "hello world" compiled with ocamlc gives a result of 12K. -- Regards