Bob Rogers (via RT) wrote:

   It seems that Continuation needs the same set_address magic as
Exception_Handler in order to return values.

Yep. At least as long we don't have better support for creating limited continuations that are able to return some results. There is of course the 'standard' way to achieve this effect with a helper subroutine 'call-with-current-continuation', but there are probably some more HLL semantics, which translate to the usage of the patch.

Thanks, applied - r11379.
leo

Reply via email to