[uim-commit] r2220 - branches/r5rs/sigscheme

yamaken at freedesktop.org yamaken at freedesktop.org
Tue Nov 22 02:13:24 PST 2005


Author: yamaken
Date: 2005-11-22 02:12:58 -0800 (Tue, 22 Nov 2005)
New Revision: 2220

Modified:
   branches/r5rs/sigscheme/storage-continuation.c
Log:
* sigscheme/storage-continuation.c
  - (struct continuation_frame): Add a comment


Modified: branches/r5rs/sigscheme/storage-continuation.c
===================================================================
--- branches/r5rs/sigscheme/storage-continuation.c	2005-11-22 09:50:30 UTC (rev 2219)
+++ branches/r5rs/sigscheme/storage-continuation.c	2005-11-22 10:12:58 UTC (rev 2220)
@@ -62,7 +62,10 @@
   File Local Type Definitions
 =======================================*/
 struct continuation_frame {
-    /* to hint appropriate alignment on stack, a ScmObj is listed first */
+    /*
+     * - To hint appropriate alignment on stack, a ScmObj is listed first
+     * - GC marking for these ScmObj are implicitly performed by stack scanning
+     */
     volatile ScmObj dyn_ext;
     volatile ScmObj ret_val;
 #if SCM_DEBUG



More information about the uim-commit mailing list