[issue1251748] compiler package: "global a; a=5"

2008-03-25 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: It seems to me that releasing it as a third-party package would be a little contradictory, since the compiler package is supposed to follow the CPython core (compile.c etc.) evolutions. In any case, whatever the decision (stdlib package or se

[issue1251748] compiler package: "global a; a=5"

2008-03-25 Thread Neil Schemenauer
Neil Schemenauer <[EMAIL PROTECTED]> added the comment: On Tue, Mar 25, 2008 at 09:18:38AM +, Armin Rigo wrote: > The situation is that by now PyPy has found many many more bugs in > trying to use the compiler package to run the whole stdlib and > real-world applications. What I can propose

[issue1251748] compiler package: "global a; a=5"

2008-03-25 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Armin, it would be nice to merge back your work indeed. If you submit a patch I can take a look at it. _ Tracker <[EMAIL PROTECTED]> ___

[issue1251748] compiler package: "global a; a=5"

2008-03-25 Thread Armin Rigo
Armin Rigo <[EMAIL PROTECTED]> added the comment: Thanks Antoine for the clarification. The situation is that by now PyPy has found many many more bugs in trying to use the compiler package to run the whole stdlib and real-world applications. What I can propose is to extract what we have got an

[issue1251748] compiler package: "global a; a=5"

2008-03-24 Thread Neil Schemenauer
Neil Schemenauer <[EMAIL PROTECTED]> added the comment: On Sun, Mar 23, 2008 at 04:17:12PM +, Antoine Pitrou wrote: > Armin, if you still care about the compiler package, could you (or some > other pypy coder) take a look at #2459? As part of the patch, it > rewrites the flow graph block orde

[issue1251748] compiler package: "global a; a=5"

2008-03-24 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Armin, this is not about micro-optimizations per se, but about fixing some parts of the compiler package. To make it easier, I've created a separate entry for the fixing part in #2472 :) This was the first time I was using the compiler packag

[issue1251748] compiler package: "global a; a=5"

2008-03-24 Thread Armin Rigo
Armin Rigo <[EMAIL PROTECTED]> added the comment: Sorry, I don't think many PyPy coders care about microoptimizations in the bytecode. To be honest we've stopped worrying about the stdlib compiler package because no one seemed to care. I'm closing the present patch as incomplete and outdated; i

[issue1251748] compiler package: "global a; a=5"

2008-03-23 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Armin, if you still care about the compiler package, could you (or some other pypy coder) take a look at #2459? As part of the patch, it rewrites the flow graph block ordering algorithm in a cleaner way (IMHO). -- nosy: +pitrou _

[issue1251748] compiler package: "global a; a=5"

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list