Daniel Stutzbach wrote:

With threaded code, every handler ends with its own dispatcher, so the processor can make fine-grained predictions.

I'm still wondering whether all this stuff makes a
noticeable difference in real-life Python code, which
spends most of its time doing expensive things like
attribute lookups and function calls, rather than
fiddling with integers in local variables.

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to