New submission from Skip Montanaro:

In a discussion on python-ideas about some computed goto stuff, Greg Smith 
brought up compilation with "profile-opt", which I'd never heard of. I asked 
Greg about it and he enlightened me. Looking around, I saw no mention of this 
make target except in the Makefile itself, and a small what's new note for 
Python 2.6. I was only looking on the 2.7 branch, but aside from a bug fix 
mention in Misc/NEWS for Python 3.4, it doesn't seem to feature more 
prominently there.

It would seem to be stable. Should it perhaps be the default when available 
(presuming the proper configure tests can be written)? Alternatively, it could 
be featured more prominently in the build instructions. I've attached a simple 
patch to README for that.

----------
components: Build
files: README.diff
keywords: easy, patch
messages: 244317
nosy: skip.montanaro
priority: normal
severity: normal
status: open
title: Make profile-opt the default Make target?
versions: Python 2.7, Python 3.6
Added file: http://bugs.python.org/file39537/README.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24318>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to