This is the mail archive of the guile@cygnus.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


Per Bothner <bothner@cygnus.com> writes:

> The implementation model is that each thread has a list of dynamic
> bindings.  Dynamic references (and set!) are serched in that list.

How do you know that a reference is dynamic?

In which cases is the dynamic binding list searched?

This solution puts rather tight demands on the implementation, doesn't
it?

/mdj