Issue 1005891: support --with-tsc on PPC (original) (raw)

Issue1005891

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/40723

classification

Title: support --with-tsc on PPC
Type: Stage:
Components: Interpreter Core Versions: Python 2.4

process

Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: mwh Nosy List: loewis, mwh
Priority: normal Keywords: patch

Created on 2004-08-09 10:56 by mwh, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tsc-ppc.diff mwh,2004-08-09 10:56 mwh's patch #1
Messages (3)
msg46595 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-08-09 10:56
This patch makes the --with-tsc configure option to enable low-level profiling of the VM work on PPC (only tested on OS X, but should work on linux/ppc too). Also adds a description of the build to Misc/SpecialBuilds.txt, which goes into more detail about the PPC version because I know rather more about the PPC architecture than the Pentium.
msg46596 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-08-12 14:11
Logged In: YES user_id=21627 The patch is fine, please appy. Yes, asm/msr.h is for Linux/x86
msg46597 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-08-12 18:20
Logged In: YES user_id=6656 Thanks for the review. Checked in as: Python/ceval.c revision 2.415 Python/sysmodule.c revision 2.126 Misc/SpecialBuilds.txt revision 1.16 Misc/NEWS revision 1.1084
History
Date User Action Args
2022-04-11 14:56:06 admin set github: 40723
2004-08-09 10:56:23 mwh create