summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2004-08-12 18:19:17 (GMT)
committerMichael W. Hudson <mwh@python.net>2004-08-12 18:19:17 (GMT)
commit800ba2375a970ca6095465021aa4d8e72279cd9f (patch)
treef85f478e14f2da10f2104fee9e7106bc30cc5c54 /Misc/NEWS
parentd459f536c50256e66bedf999c063d49f2a59fcc6 (diff)
downloadcpython-800ba2375a970ca6095465021aa4d8e72279cd9f.zip
cpython-800ba2375a970ca6095465021aa4d8e72279cd9f.tar.gz
cpython-800ba2375a970ca6095465021aa4d8e72279cd9f.tar.bz2
This is my patch:
[ 1005891 ] support --with-tsc on PPC plus a trivial change to settscdump's docstring and a Misc/NEWS entry.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f6e2faf..632d446 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,9 @@ Tools/Demos
Build
-----
+- The --with-tsc flag to configure to enable VM profiling with the
+ processor's timestamp counter now works on PPC platforms.
+
C API
-----