Browse thread
[Caml-list] Lamda expressions and a caml interpreter
-
Alex Baretta
- Thomas Fischbacher
- Nuutti Kotivuori
[
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: | Nuutti Kotivuori <naked+caml@n...> |
| Subject: | Re: [Caml-list] Lamda expressions and a caml interpreter |
Alex Baretta wrote: > Unfortunately, this approach to dynamic programming has two > problems: it is incompatible with a native code compilation of the > main program, which otherwise could take advantage of the speed > benefits of ocamlopt, and a memory leak due to the impossibility of > unlinking bytecode modules. The latter problem is the major one. The former problem is solved by Asmdynlink module. It last worked at 3.02 I believe, but there is hope that someone could resurrect it. The latter problem I have an unfinished patch to fix. You may browse the list archives to know more or ask me directly. Finishing the patch has been greatly delayed due to me being busy on switching jobs and such - but I have not forgotten it and will get around to it again. -- Naked ------------------- 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