Browse thread
Paralell bytecode interpreters
- Tom
[
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: | Tom <tom.primozic@g...> |
| Subject: | Paralell bytecode interpreters |
Has anyone yet edited the interpreter to change global variables to local, so that you could run multiple OCaml programs, each in its own thread, in a single process? (Or, edited the native runtime, so that you could run multiple ocamlopt compiled OCaml programs in a single process?)