[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stack closures for guile-log
From: |
Andy Wingo |
Subject: |
Re: stack closures for guile-log |
Date: |
Tue, 15 May 2012 22:37:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
On Tue 08 May 2012 21:16, Stefan Israelsson Tampe <address@hidden> writes:
> I have three stacks
> 1. a control stack that stores undo information scheme hooks aka
> dynamic-wind and stack references to the other stacks.
Have you seen dynstack.[ch] on master?
> 2. stack from which data is allocated from like the bulk of a closure
> and special pairs
>
> 3. a cons stack, e.g. an array of allocated conses
I wonder, can you implement these too using something like the dynstack?
Andy
--
http://wingolog.org/