This is the mail archive of the guile@sourceware.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: Signal Handling in Guile


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

> What about, then, to restrict the synchronization points to the
> occurences of SCM_TICK, i.e. at the top of SCM_CEVAL and in
> scm_equal_p?

Let's hold our breath and give it a try!  :-)

2000-03-13  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>

	* __scm.h (SCM_ALLOW_INTS, SCM_REALLOW_INTS): Removed call to
	SCM_ASYNC_TICK.  (This is a preparation for POSIX threads support,
	and kind of an experiment: Will this cause problems?)

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