[Stackless-checkins] CVS: slpdev/src/2.3/dev/Stackless stackless.h, 1.37, 1.38

Christian Tismer tismer at centera.de
Thu Apr 29 04:18:42 CEST 2004


Update of /home/cvs/slpdev/src/2.3/dev/Stackless
In directory centera.de:/tmp/cvs-serv16658/Stackless

Modified Files:
	stackless.h 
Log Message:
added a new Windows target for speed tests:
STACKLESS_OFF is a new variable to build Python without stackless.
ReleaseOff will compile with STACKLESS undefined.
XXX add an option to the configure script!

Index: stackless.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/stackless.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** stackless.h	7 Oct 2002 21:42:33 -0000	1.37
--- stackless.h	29 Apr 2004 02:18:40 -0000	1.38
***************
*** 36,40 ****
   */
  #define STACKLESS
! #if   defined(MS_WIN32) && !defined(MS_WIN64) && defined(_M_IX86)
  	/* MS Visual Studio on X86 */
  #elif defined(__GNUC__) && defined(__i386__)
--- 36,44 ----
   */
  #define STACKLESS
! 
! #ifdef STACKLESS_OFF
! #undef STACKLESS
! 	/* an option to switch it off */
! #elif defined(MS_WIN32) && !defined(MS_WIN64) && defined(_M_IX86)
  	/* MS Visual Studio on X86 */
  #elif defined(__GNUC__) && defined(__i386__)


_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list