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.

Author skip.montanaro
Recipients alexandre.vassalotti, blaisorblade, christian.heimes, lemburg, pitrou, rhettinger, skip.montanaro
Date 2009-01-02.16:17:40
SpamBayes Score 1.1753297e-06
Marked as misclassified No
Message-id <18782.15905.838842.10862@montanaro-dyndns-org.local>
In-reply-to <1230912587.9067.23.camel@localhost>
Content
Antoine> I fear that with a configure option, disabled by default, the
    Antoine> code will get very poor testing and perhaps get broken in some
    Antoine> subtle way without anyone noticing.

That can be fixed by enabling that option on the buildbots where it is
presumed to help.  I see more slowdown on PPC than people are reporting as
speedups on Intel.  Is there something I can do to help debug the problem?
It doesn't appear the Apple version of gcc supports the -fno-crossjumping
flag.  If I dump the assembler code for ceval.c will that help others debug
the problem?

Skip
History
Date User Action Args
2009-01-02 16:17:42skip.montanarosetrecipients: + skip.montanaro, lemburg, rhettinger, pitrou, christian.heimes, alexandre.vassalotti, blaisorblade
2009-01-02 16:17:41skip.montanarolinkissue4753 messages
2009-01-02 16:17:41skip.montanarocreate