Subject: Re: Prototype kernel continuation-passing for NetBSD
To: Jonathan Stone <jonathan@dsg.stanford.edu>
From: Lennart Augustsson <lennart@augustsson.net>
List: tech-kern
Date: 04/02/2004 00:05:44
Jonathan Stone wrote:
> At this point I could mumble about how kcont is (modulo the
> limitations of C) isomorphic, to a Common-Lisp manual translation into
> continuation-passing style (CSP) rather than true Scheme-style
> continations.
Which is a good thing!  I wouldn't advocate being able to reify the
current continuation in a place where you have resource constraints,
like a kernel. :-)

	-- Lennart