This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients jyasskin, nnorwitz
Date 2008-03-09.18:45:42
SpamBayes Score 0.08249445
Marked as misclassified No
Message-id <1205088343.92.0.318128689699.issue2262@psf.upfronthosting.co.za>
In-reply-to
Content
I bet with just a little more work, you could get rid of t and stream. 
t is only used for a single set of opcodes (STORE_SLICE+n).  stream is
only used for the PRINT opcodes.  The code in print could be moved to a
function which might allow the compiler to do a better job.  I'll
benchmark this later on amd64 and amd x86 linux boxes.  Maybe mac ppc g4
if I'm adventurous. :-)
History
Date User Action Args
2008-03-09 18:45:44nnorwitzsetspambayes_score: 0.0824945 -> 0.08249445
recipients: + nnorwitz, jyasskin
2008-03-09 18:45:43nnorwitzsetspambayes_score: 0.0824945 -> 0.0824945
messageid: <1205088343.92.0.318128689699.issue2262@psf.upfronthosting.co.za>
2008-03-09 18:45:43nnorwitzlinkissue2262 messages
2008-03-09 18:45:42nnorwitzcreate