[issue9203] Use computed gotos by default

2010-08-13 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue9203] Use computed gotos by default

2010-08-13 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've committed a patch in r83986. I will watch the buildbots and close if everything's fine. -- assignee: -> pitrou resolution: -> fixed stage: needs patch -> committed/rejected status: open -> pending ___ Python

[issue9203] Use computed gotos by default

2010-07-09 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Martin v. Löwis wrote: > > Martin v. Löwis added the comment: > >> No, but we do need to make sure that the casual user does not >> run into such issues by using the default compiler on a typical >> Unix system with Python default settings. > > I think t

[issue9203] Use computed gotos by default

2010-07-08 Thread Martin v . Löwis
Martin v. Löwis added the comment: > No, but we do need to make sure that the casual user does not > run into such issues by using the default compiler on a typical > Unix system with Python default settings. I think there is no risk here. The casual Python user on an AMD64 system where gcc is

[issue9203] Use computed gotos by default

2010-07-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > No, but we do need to make sure that the casual user does not > run into such issues by using the default compiler on a typical > Unix system with Python default settings. The point is that we cannot make it sure. There is nothing specific about computed goto

[issue9203] Use computed gotos by default

2010-07-08 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Antoine Pitrou wrote: > > Antoine Pitrou added the comment: > >> gcc 4.4.2 on AMD processors ... >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621 > > So? Compilers have all kinds of optimization bugs, it's not our job to > have a compiler matrix with

[issue9203] Use computed gotos by default

2010-07-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > gcc 4.4.2 on AMD processors ... > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621 So? Compilers have all kinds of optimization bugs, it's not our job to have a compiler matrix with optimal flags per compiler. (well, you can of course maintain such a matrix

[issue9203] Use computed gotos by default

2010-07-08 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Marc-Andre Lemburg wrote: > > Marc-Andre Lemburg added the comment: > > Antoine Pitrou wrote: >> >> New submission from Antoine Pitrou : >> >> Now that the option has probably been extensively tested, it would be nice >> to enable computed gotos by defau

[issue9203] Use computed gotos by default

2010-07-08 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Antoine Pitrou wrote: > > New submission from Antoine Pitrou : > > Now that the option has probably been extensively tested, it would be nice to > enable computed gotos by default on systems that support them. > Perhaps this needs a dedicated test in the

[issue9203] Use computed gotos by default

2010-07-08 Thread Antoine Pitrou
New submission from Antoine Pitrou : Now that the option has probably been extensively tested, it would be nice to enable computed gotos by default on systems that support them. Perhaps this needs a dedicated test in the configure script. -- components: Build, Interpreter Core messages: