Message121151
While I have nothing to say directly about the inline optimization, I do have some stuff to say about moving to AST optimizations.
First, doing in Python is a good thing. It not only makes prototyping easier, but it allows other VMs to use the optimizations w/o having to re-implement themselves.
Second, the symtable pass does need to eventually get exposed (most likely as an optional pass one can do to an AST). I am actually in the middle of an AST-heavy project that will end up wanting the symbol table info as well.
Third, for that Graphviz output, was anything special required? If so, I would toss the code into Tools for others to benefit from. |
|
Date |
User |
Action |
Args |
2010-11-13 18:21:56 | brett.cannon | set | recipients:
+ brett.cannon, jhylton, nnorwitz, rhettinger, belopolsky, sdahlbac, titanstar, pitrou, thomaslee, benjamin.peterson, alex, dmalcolm |
2010-11-13 18:21:56 | brett.cannon | set | messageid: <1289672516.22.0.381319619959.issue10399@psf.upfronthosting.co.za> |
2010-11-13 18:21:54 | brett.cannon | link | issue10399 messages |
2010-11-13 18:21:54 | brett.cannon | create | |
|