This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: guile-vm-0.0


Miroslav Silovic <silovic@zesoi.fer.hr> writes:

> Wow, great work! Just one question, how do you plan to handle
> continuations? The problem with them is that they rely on call frames
> being a tree, rather than a stack (although I suppose you can just
> copy everything, as is done now).

I have no idea :)  But thinking a bit, I guess I can make the stack
branch off and associate a branch with the continuation.  I don't
know what problems there are.

> Also, I suggest that you just expand all the macros during the
> compilation (that's intended by the standard anyway).

Yes.  There are more work with the compiler than the VM...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]