Changes

Jump to: navigation, search

JaegerMonkey

83 bytes added, 22:34, 19 February 2010
Planned Optimizations
#Eliminate SP update. Inside basic blocks of JSOPs, we shouldn't need to keep a proper stack. Instead, we can teach the compiler to track which logical stack element is in which register and generate faster code.
#Fast closures. This is important for advanced web apps as well as Dromaeo and the V8 benchmarks. See [https://bugzilla.mozilla.org/show_bug.cgi?id=517164 bug 517164].
#Fast global variable access. We should get globals closer to being a slot access.
313
edits

Navigation menu