[Python-checkins] python/dist/src/Include pystate.h,2.28,2.29

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Jun 8 04:17:44 EDT 2004


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29830/Include

Modified Files:
	pystate.h 
Log Message:
Patch #510695: Add TSC profiling for the VM.


Index: pystate.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pystate.h,v
retrieving revision 2.28
retrieving revision 2.29
diff -C2 -d -r2.28 -r2.29
*** pystate.h	29 Mar 2004 02:24:26 -0000	2.28
--- pystate.h	8 Jun 2004 08:17:42 -0000	2.29
***************
*** 30,33 ****
--- 30,36 ----
      int dlopenflags;
  #endif
+ #ifdef WITH_TSC
+     int tscdump;
+ #endif
  
  } PyInterpreterState;




More information about the Python-checkins mailing list