guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: catch, throw, prompt, control, fluids, garbage collection


From: Andy Wingo
Subject: Re: catch, throw, prompt, control, fluids, garbage collection
Date: Thu, 18 Feb 2010 23:35:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

Hi,

Feeling a little silly replying to myself, but...

On Mon 15 Feb 2010 23:07, Andy Wingo <address@hidden> writes:

>     I need an efficient with-fluids, some pieces of prompt and abort,
>     and to add that all to the bootstrap language of Guile, and I have
>     it.

Efficient with-fluids: check! The implementation still causes a couple
allocations, but those will be avoidable in the future as an
implementation change -- if we change the wind stack to actually be
stack-allocated, and not a list.

So on to figuring out the prompt and abort implementations...

A
-- 
http://wingolog.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]