http://www.bofh.org.uk/articles/2006/09/13/what-we-have-here-is-an-opportunity-to-accelerate
http://smallthought.com/avi/?p=16
Is this similar to (or even the same as) PIC?
-- c
What they describe is effectively branch prediction for method
despatch. Instead of looking up the right place to go and then going
you go to the most likely place and then check that you did the right
thing.
> Is this similar to (or even the same as) PIC?
It's not quite the same is it? The method Avi and Piers describe
involves a normal call to a method the first action of which is to
find out whether it's really the correct method.
--
Andy Armstrong, hexten.net
The SELF-thingy yes. MMD infix operations are using the PIC with the
direct-threaded and switched runtime cores (i.e. with the predereferencing
cores) already. A lot more could be cached, it's a mere matter of coding
these optimizations. The infrastructure is already there.
I was using the Hoelzle paper as reference ;)
leo