[svn:parrot] r41726 - branches/pcc_reapply/src/call

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Oct 5 01:28:58 UTC 2009


Author: bacek
Date: Mon Oct  5 01:28:57 2009
New Revision: 41726
URL: https://trac.parrot.org/parrot/changeset/41726

Log:
Disable clone_key_arg. Need more information how to get caller_ctx properly to clone it.

Modified:
   branches/pcc_reapply/src/call/args.c

Modified: branches/pcc_reapply/src/call/args.c
==============================================================================
--- branches/pcc_reapply/src/call/args.c	Mon Oct  5 01:13:15 2009	(r41725)
+++ branches/pcc_reapply/src/call/args.c	Mon Oct  5 01:28:57 2009	(r41726)
@@ -1815,6 +1815,9 @@
 {
     ASSERT_ARGS(clone_key_arg)
 
+    /* This function is sligtly broken. We need correct way to calculate caller_ctx to clone Keys */
+    return key;
+
     if (PMC_IS_NULL(key))
         return key;
 


More information about the parrot-commits mailing list