[Python-checkins] python/dist/src/Misc NEWS,1.994,1.995

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


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

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


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.994
retrieving revision 1.995
diff -C2 -d -r1.994 -r1.995
*** NEWS	7 Jun 2004 23:04:31 -0000	1.994
--- NEWS	8 Jun 2004 08:17:42 -0000	1.995
***************
*** 500,503 ****
--- 500,506 ----
  -----
  
+ - Profiling the VM using the Pentium TSC is now possible if Python
+   is configured --with-tsc.
+ 
  - In order to find libraries, setup.py now also looks in /lib64, for use
    on AMD64.




More information about the Python-checkins mailing list