1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 12:00:21 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2001-10-08 22:51:15 +00:00
parent c3b87b6fa1
commit f8071ff3fb
3 changed files with 23 additions and 2 deletions

View file

@ -1,3 +1,17 @@
2001-10-08 Rob Browning <rlb@defaultvalue.org>
* gc.c: support ia64 register backing store.
(SCM_MARK_BACKING_STORE): new macro.
* continuations.h: support ia64 register backing store.
(struct scm_t_contregs): add ia64 register backing store.
* continuations.c: support ia64 register backing store.
(continuation_mark): mark ia64 register backing store.
(continuation_free): free ia64 register backing store.
(scm_make_continuation): capture ia64 register backing store.
(copy_stack_and_call): copy ia64 register backing store.
2001-10-06 Mikael Djurfeldt <mdj@linnaeus>
These changes fixes a race condition in the Guile coop - pthread