[Stackless-checkins] CVS: slpdev/src/2.3/dev/Stackless stackless_version.h, 1.46, 1.47

Christian Tismer tismer at centera.de
Wed Jan 19 20:02:33 CET 2005


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

Modified Files:
	stackless_version.h 
Log Message:
Added support for tracing and profiling.
Every tasklet keeps track of these when switching.

I'm not sure if this is ok for the tracing stuff, but at least
it should make it possible to use standard debuggers
and profilers with any single tasklet, now.

Also corrected an oversight in stack saving on deep recursions.

Index: stackless_version.h
===================================================================
RCS file: /home/cvs/slpdev/src/2.3/dev/Stackless/stackless_version.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** stackless_version.h	30 Nov 2004 12:38:10 -0000	1.46
--- stackless_version.h	19 Jan 2005 19:02:31 -0000	1.47
***************
*** 1,7 ****
  /*
   * Stackless Python version string
!  * created at Tue Nov 30 12:34:10 2004 by mkversion.py
   */
  
  /* keep this entry up-to-date */
! #define STACKLESS_VERSION "3.1b3 041130"
--- 1,7 ----
  /*
   * Stackless Python version string
!  * created at Wed Jan 19 16:47:29 2005 by mkversion.py
   */
  
  /* keep this entry up-to-date */
! #define STACKLESS_VERSION "3.1b3 050119"


_______________________________________________
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