Hi, On Sat, Jun 18, 2005 at 06:28:30PM +0200, [EMAIL PROTECTED] wrote: > - added flow graph transform remove_same_as, because same_as is > incompatible with SSA in LLVM.
I'm not sure I see why 'same_as' is incompatible with LLVM? It's not an "assignment" operation, it's just an operation that creates a new result variable just like all the other ones. The optimization is nice, though. A bientot, Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
