[
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: | Re: [Caml-list] caml_callback_depth : byterun + vmthreads |
My bad :-) Functions in callback.c can recursively call the interpreter. So, now gives the problem of tracking which callback calls another callback, that calls the scheduler, and doesn't end up doing anything ;-) Jonathan