cvsuser 04/08/23 13:31:47
Modified: build_tools build_nativecall.pl
Log:
Disable using the JIT call frame building by default
Revision Changes Path
1.52 +3 -3 parrot/build_tools/build_nativecall.pl
Index: build_nativecall.pl
===================================================================
RCS file: /cvs/public/parrot/build_tools/build_nativecall.pl,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -w -r1.51 -r1.52
--- build_nativecall.pl 23 Aug 2004 20:24:37 -0000 1.51
+++ build_nativecall.pl 23 Aug 2004 20:31:47 -0000 1.52
@@ -1,6 +1,6 @@
#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: build_nativecall.pl,v 1.51 2004/08/23 20:24:37 dan Exp $
+# $Id: build_nativecall.pl,v 1.52 2004/08/23 20:31:47 dan Exp $
=head1 NAME
@@ -165,7 +165,7 @@
/* nci.c
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
* CVS Info
- * $Id: build_nativecall.pl,v 1.51 2004/08/23 20:24:37 dan Exp $
+ * $Id: build_nativecall.pl,v 1.52 2004/08/23 20:31:47 dan Exp $
* Overview:
* Native Call Interface routines. The code needed to build a
* parrot to C call frame is in here
@@ -187,7 +187,7 @@
#if defined(HAS_JIT) && defined(I386)
# include "parrot/exec.h"
# include "parrot/jit.h"
-# define CAN_BUILD_CALL_FRAMES
+/*# define CAN_BUILD_CALL_FRAMES*/
#endif
/* All our static functions that call in various ways. Yes, terribly