diff --git a/demos/dashboard/demo.html b/demos/dashboard/demo.html index 5a5d816..5a3bc1d 100644 --- a/demos/dashboard/demo.html +++ b/demos/dashboard/demo.html @@ -670,7 +670,7 @@

Compositing acceleration

Javascript engine

Firefox's Javascript Engine is named "SpiderMonkey". To compete with platform-native application, JavaScript execution speed is crucial. SpiderMonkey brings two different optimizations: -

+

learn more
@@ -682,9 +682,9 @@

TraceMonkey

-

Jägermonkey

-

JaëgerMonkey is a new method JIT for SpiderMonkey. The goal is to get reliable baseline performance on the order of other JS JIT systems. Jägermonkey will be a baseline whole-method JIT that doesn't necessarily do many traditional compiler optimizations. Instead, it does dynamic-language-JIT-oriented optimizations like PICs and specialization of constant operands.

- learn more +

JaegerMonkey

+

JaegerMonkey is a new method JIT for SpiderMonkey. The goal is to get reliable baseline performance on the order of other JS JIT systems. JaegerMonkey will be a baseline whole-method JIT that doesn't necessarily do many traditional compiler optimizations. Instead, it does dynamic-language-JIT-oriented optimizations like PICs and specialization of constant operands.

+ learn more