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 pitrou
Recipients alexandre.vassalotti, blaisorblade, christian.heimes, lemburg, pitrou, rhettinger, skip.montanaro
Date 2009-01-01.13:06:19
SpamBayes Score 1.0283405e-06
Marked as misclassified No
Message-id <1230815186.7917.11.camel@localhost>
In-reply-to <1230786912.6.0.31251595307.issue4753@psf.upfronthosting.co.za>
Content
Hi,

> Why don't you use the C preprocessor instead of that Python code?
> Sample code:

We would have to change opcode.h for this to be truely useful (in order
to re-use OPCODE_LIST()). I think that should be the subject of a
separate bug entry for code reorganization.

Thanks for all the explanation and pointers! About register allocation,
I wonder if the "temporary variables" u,v,w could be declared separately
in each opcode rather than at the top of the eval function, so that the
compiler doesn't try to store their values between two opcodes.

As for the "register" declarations, I think they're just remains of the
past.

Antoine.
History
Date User Action Args
2009-01-01 13:06:21pitrousetrecipients: + pitrou, lemburg, skip.montanaro, rhettinger, christian.heimes, alexandre.vassalotti, blaisorblade
2009-01-01 13:06:20pitroulinkissue4753 messages
2009-01-01 13:06:19pitroucreate