[Python-Dev] [ANN] VPython 0.1

Adam Olsen rhamph at gmail.com
Thu Oct 23 09:31:48 CEST 2008


On Thu, Oct 23, 2008 at 1:08 AM, J. Sievers <cadr4u at gmail.com> wrote:
> In particular, direct threaded code leads to less horrible branch
> prediction than switch dispatch on many machines (exactly how
> pronounced this effect is depends heavily on the specific
> architecture).

To clarify: This is *NOT* actually a form of threading, is it?  It
"merely" breaks the giant dispatch table into a series of small ones,
while also grouping instructions into larger superinstructions?  OS
threads are not touched at any point?


-- 
Adam Olsen, aka Rhamphoryncus


More information about the Python-Dev mailing list