Browse thread
[Caml-list] The Bytecode Interpreter...
- Jonathan Roewen
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] The Bytecode Interpreter... |
Hi, I'm having a few reservations over ocaml native code as an OS/kernel, due to some limitations with the language environment (no dynamic libraries for ocaml libs or runtime, no concurrent GC). How does the toplevel differ from the bytecode interpreter? Am I right that bytecode just runs in a VM? Also, is the VM written in OCaml itself? Jonathan