Christopher Oliver wrote:There's no serialization involved in creating or invoking a continuation. And, yes, all local variables are shared (whether "primitive" or not).
Reinhard,
Local variables are _shared_ between continuations. Changes to the value of the variable in one continuation should be visible to another. If that is not the case, there's a bug.
Do you mean that _pointed_ values are not saved (i.e. the target objects not serialized), or that even the raw value (i.e. the pointer or the primitive type value) is shared ?
Sylvain
Chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
