Visit Mozilla.org

JavaScript:SpiderMonkey:Context Threading

From MozillaWiki

Warning [edit]

This project-stub is probably obsolete in view of JavaScript:ActionMonkey.

Blurb [edit]

Context threading is an interpreter implementation technique that aligns the interpreter's virtual PC with the real PC, to optimize branch prediction. SpiderMonkey needs it. Challenges:

/be