Firefox Gets Massive JavaScript Performance Boost
monkeymonkey writes "Mozilla has integrated tracing optimization into SpiderMonkey, the JavaScript interpreter in Firefox. This improvement has boosted JavaScript performance by a factor of 20 to 40 in certain contexts. Ars Technica interviewed Mozilla CTO Brendan Eich (the original creator of JavaScript) and Mozilla's vice president of engineering, Mike Shaver. They say that tracing optimization will 'take JavaScript performance into the next tier' and 'get people thinking about JavaScript as a more general-purpose language.' The eventual goal is to make JavaScript run as fast as C code. Ars reports: 'Mozilla is leveraging an impressive new optimization technique to bring a big performance boost to the Firefox JavaScript engine. ...They aim to improve execution speed so that it is comparable to that of native code. This will redefine the boundaries of client-side performance and enable the development of a whole new generation of more computationally-intensive web applications.' Mozilla has also published a video that demonstrates the performance difference."
An anonymous reader contributes links the blogs of Eich and Shaver, where they have some further benchmarks.
I have just the thing for bovine America.
Every major highway should have a huge HUGE billboard with a full-color photo of a big fat chick. I'm talkin', can't tell where her tits end and her stomach begins fat. I'm saying ROLLS OF DISGUSTING FAT. And the huge, easily legible caption should say "WADDLING: It's only cute when ducks do it." Whattya think?
WHOOPIE!!!
Digg.com will almost be usable now...hehe.
-- Given enough time and money, Microsoft will eventualy invent UNIX.
Where'd you learn about C?
C is a mid to low level language. You're mistaking it for high-levels like C++ pr, God help us all, C#. Forget much that C is frequently used as a stage between higher level languages and machine language, or that C is frequently used in low-level situations?
C *is* faster in most cases to the languages that descend from it because it's a lot closer to the hardware when compiled, doen to memorry allocation and system routines. Show me an actual interpretor for C? Oh wait, there isn't any. Translation is a BS answer. You could fucking translate assembly into something high-level if you're willing to do it manually, it means jack-shit.
Do some research before posting your so-called "knowledge" on C. Go back to programming in Visual Basic, dumbass.