[plt-scheme] Continuation barriers and C extensions

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Nov 23 08:30:42 EST 2004

At Tue, 23 Nov 2004 21:16:58 +0900, Daniel Silva wrote:
> Py-apply goes to C, unwraps the function object,
> and calls MzScheme's scheme_apply.

To avoid wrapping the application with a continuation barrier, use
_scheme_apply(), instead of scheme_apply().

Matthew



Posted on the users mailing list.