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: Dynamic bindings? (was Re: Subtle bug with GCC optimization?)


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> Marius Vollmer <mvo@zagadka.ping.de> writes:
> 
> > after changing something in scm_ithrow
> 
> I don't know what you're working on, but if it's support for real
> dynamic bindings, you might want to look at the @bind form in eval.c
> (SCM_IM_AT_BIND) and dynwind.c:scm_swap_bindings.

Err, no, this change had to do with changing Guile's initialization
method.  I'm working on the stack base thing.  There will no longer be
a default catch and therefore scm_ithrow will have to supply the
default behaviour itself.

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