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 blaisorblade
Recipients ajaksu2, alexandre.vassalotti, bboissin, blaisorblade, christian.heimes, djc, facundobatista, lemburg, pitrou, ralph.corderoy, rhettinger, skip.montanaro, theatrus
Date 2009-01-04.14:38:36
SpamBayes Score 0.19185787
Marked as misclassified No
Message-id <1231079917.58.0.180978359741.issue4753@psf.upfronthosting.co.za>
In-reply-to
Content
@Skip: if one decides to generate binary code, there is no need to use
switches. Inline threading (also known as "code copying" in some
research papers) is what you are probably looking for:

http://blog.mozilla.com/dmandelin/2008/08/27/inline-threading-tracemonkey-etc/

For references and background on threading techniques mentioned there, see:

http://en.wikipedia.org/wiki/Threaded_code
http://www.complang.tuwien.ac.at/forth/threaded-code.html
History
Date User Action Args
2009-01-04 14:38:37blaisorbladesetrecipients: + blaisorblade, lemburg, skip.montanaro, rhettinger, facundobatista, pitrou, christian.heimes, ajaksu2, alexandre.vassalotti, djc, ralph.corderoy, bboissin, theatrus
2009-01-04 14:38:37blaisorbladesetmessageid: <1231079917.58.0.180978359741.issue4753@psf.upfronthosting.co.za>
2009-01-04 14:38:36blaisorbladelinkissue4753 messages
2009-01-04 14:38:36blaisorbladecreate