Search code examples
javascriptjitvm-implementation

what techniques are currently being imployed to speed up the next generation javascript engines?


I know a fair amount about the current javascript engines. What techniques have arisen in the intervening time? Please provide links to freely available information.

edit:

To clarify, I'm looking for new techniques that are being implemented or have recently been thought up for improving javascript execution speed.


Solution

  • Javascript virtual machines in the future will have a method JIT and a tracing JIT like firefox 4 and JägerMonkey/TraceMonkey.