Message121114
Just a thought: it's possible to cover all the cases properly with inlining (locals, globals (even with cross module inlining), tracebacks, sys._getframe(), etc.), however I think you're going to find that manually managing all of those is going to quickly drive you up a tree if you want to also get meaningful speedups (from removing frame allocation, argument parsing, etc.).
My 2¢. |
|
Date |
User |
Action |
Args |
2010-11-13 05:39:29 | alex | set | recipients:
+ alex, jhylton, nnorwitz, rhettinger, belopolsky, sdahlbac, titanstar, pitrou, thomaslee, benjamin.peterson, dmalcolm |
2010-11-13 05:39:29 | alex | set | messageid: <1289626769.03.0.540415476979.issue10399@psf.upfronthosting.co.za> |
2010-11-13 05:39:26 | alex | link | issue10399 messages |
2010-11-13 05:39:26 | alex | create | |
|