emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Sat, 27 Nov 2004 18:06:46 -0500

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.350 emacs/src/alloc.c:1.351
*** emacs/src/alloc.c:1.350     Sat Sep 18 19:18:58 2004
--- emacs/src/alloc.c   Sat Nov 27 22:40:50 2004
***************
*** 4099,4104 ****
--- 4099,4109 ----
  #endif
    for (i = 0; i < sizeof (Lisp_Object); i += GC_LISP_OBJECT_ALIGNMENT)
      mark_memory ((char *) stack_base + i, end);
+   /* Allow for marking a secondary stack, like the register stack on the
+      ia64.  */
+ #ifdef GC_MARK_SECONDARY_STACK
+   GC_MARK_SECONDARY_STACK ();
+ #endif
  
  #if GC_MARK_STACK == GC_MARK_STACK_CHECK_GCPROS
    check_gcpros ();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]