Re: [Python-Dev] buildbot with -O

2012-09-30 Thread Trent Nelson
Just as an FYI, we set up a new "optimized" Snakebite slave yesterday on the Mac OS X Mountain Lion box. I also set up remote access to that box in the process -- you can connect to it via the ~/.snakebite/sb 'x8' alias. (That box happens to be the fastest (and most contempora

Re: [Python-Dev] buildbot with -O

2012-09-26 Thread Trent Nelson
On Wed, Sep 26, 2012 at 04:13:42PM -0700, Benjamin Peterson wrote: > 2012/9/26 Maciej Fijalkowski : > > On Thu, Sep 27, 2012 at 1:00 AM, Benjamin Peterson > > wrote: > >> In light of issue #16046, I think it would be helpful to have a > >> buildbot running the testsuite with -O enabled. > > > > H

Re: [Python-Dev] buildbot with -O

2012-09-26 Thread Benjamin Peterson
2012/9/26 Maciej Fijalkowski : > On Thu, Sep 27, 2012 at 1:00 AM, Benjamin Peterson > wrote: >> In light of issue #16046, I think it would be helpful to have a >> buildbot running the testsuite with -O enabled. > > How about deprecating -O completely instead? It does not seem to give > any speedu

Re: [Python-Dev] buildbot with -O

2012-09-26 Thread R. David Murray
On Wed, 26 Sep 2012 19:00:53 -0400, Benjamin Peterson wrote: > In light of issue #16046, I think it would be helpful to have a > buildbot running the testsuite with -O enabled. I've got some (slow) hardware I could dedicate to this, though it may take me a few weeks to find time to set it up. -

Re: [Python-Dev] buildbot with -O

2012-09-26 Thread Maciej Fijalkowski
On Thu, Sep 27, 2012 at 1:00 AM, Benjamin Peterson wrote: > In light of issue #16046, I think it would be helpful to have a > buildbot running the testsuite with -O enabled. How about deprecating -O completely instead? It does not seem to give any speedups and definitely gives headaches.