[plt-scheme] 301.5
On 2/6/06, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> MzScheme and MrEd are now version 301.5 in the SVN repository trunk.
>
> The changes are all internal improvements:
>
> * For nested captured continuations, the shared continuation tail is
> now represented by shared data (instead of separate copies for each
> continuation).
This improvement is meaningful for the web-server. Nested
send/suspends or multiple uses of embed/url inside
send/suspend/dispatch are examples of nested continuations, and thus
take less memory now.
Jay
--
Jay McCarthy <jay at cs.brown.edu>
http://jay.makeoutcity.com/