[Python-Dev] Accepting PEP 3154 for 3.4?
Guido van Rossum
guido at python.org
Tue Nov 19 19:52:58 CET 2013
More information about the Python-Dev mailing list
Tue Nov 19 19:52:58 CET 2013
- Previous message: [Python-Dev] Accepting PEP 3154 for 3.4?
- Next message: [Python-Dev] Accepting PEP 3154 for 3.4?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So why is framing different? On Tue, Nov 19, 2013 at 10:51 AM, Antoine Pitrou <solipsis at pitrou.net>wrote: > On Mon, 18 Nov 2013 16:48:05 -0800 > Guido van Rossum <guido at python.org> wrote: > > > > Food for thought: maybe we should have variable-encoding lengths for all > > opcodes, rather than the current cumbersome scheme? > > Well, it's not that cumbersome... If you look at CPU encodings, they > also tend to have different opcodes for different immediate lengths. > > In your case, I'd say it mostly leads to a bit of code duplication. But > the opcode space is far from exhausted right now :) > > Regards > > Antoine. > -- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20131119/8c1de9a6/attachment.html>
- Previous message: [Python-Dev] Accepting PEP 3154 for 3.4?
- Next message: [Python-Dev] Accepting PEP 3154 for 3.4?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list