[svn:parrot] r41231 - trunk/src/call
bacek at svn.parrot.org
bacek at svn.parrot.org
Sat Sep 12 13:40:30 UTC 2009
Author: bacek
Date: Sat Sep 12 13:40:30 2009
New Revision: 41231
URL: https://trac.parrot.org/parrot/changeset/41231
Log:
[cage] Remove useless CTX_LEAK_DEBUG_FULL macro. Contexts are GCable now.
Modified:
trunk/src/call/context.c
Modified: trunk/src/call/context.c
==============================================================================
--- trunk/src/call/context.c Sat Sep 12 13:37:58 2009 (r41230)
+++ trunk/src/call/context.c Sat Sep 12 13:40:30 2009 (r41231)
@@ -16,14 +16,6 @@
#include "parrot/call.h"
#include "../pmc/pmc_sub.h"
-/* set CTX_LEAK_DEBUG_FULL to 1 for enhanced context debugging.
- * When set (1) freed contexts are "poisoned" so that any dangling
- * references produce segfaults, and (2) contexts are not recycled
- * so that later allocations don't suddenly restore a dangling
- * reference to a "working" condition.
- */
-#define CTX_LEAK_DEBUG_FULL 0
-
/*
=head2 Context and register frame layout
More information about the parrot-commits
mailing list