perl.cvs.mod_parrot
[Top] [All Lists]

[svn:mod_parrot] r349 - mod_parrot/trunk/src

Subject: [svn:mod_parrot] r349 - mod_parrot/trunk/src
From: jhorwitz@xxxxxxxxxxxx
Date: Fri, 13 Jun 2008 10:12:47 -0700 (PDT)
Newsgroups: perl.cvs.mod_parrot

Author: jhorwitz
Date: Fri Jun 13 10:12:46 2008
New Revision: 349

Modified:
   mod_parrot/trunk/src/parrot_util.c

Log:
stay up to date w/ changes to the GC API


Modified: mod_parrot/trunk/src/parrot_util.c
==============================================================================
--- mod_parrot/trunk/src/parrot_util.c  (original)
+++ mod_parrot/trunk/src/parrot_util.c  Fri Jun 13 10:12:46 2008
@@ -93,8 +93,8 @@
 static void modparrot_interp_cleanup(Parrot_Interp interp, int status)
 {
 
-    Parrot_block_DOD(interp);
-    Parrot_block_GC(interp);
+    Parrot_block_GC_mark(interp);
+    Parrot_block_GC_sweep(interp);
 
     handler_node_t *node = interp->exit_handler_list;
     while (node) {

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:mod_parrot] r349 - mod_parrot/trunk/src, jhorwitz <=