Browse thread
High-performance bytecode interpreter in OCaml
- Joel Reymont
[
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: | 2007-08-15 (11:49) |
From: | Joel Reymont <joelr1@g...> |
Subject: | High-performance bytecode interpreter in OCaml |
Folks, I would like to write a high-performance VM in OCaml. I understand that OCaml itself uses either a threaded interpreter or a switch- style one. What's the most efficient way to write a bytecode interpreter in OCaml itself, though? Would CPS style be inlined if I were to write a threaded interpreter this way? Thanks in advance, Joel -- http://wagerlabs.com