Tag Archives: Benchmark

Benchmarking Chrome’s V8 Javascript engine

Having previously looked at the memory usage of Google’s Chrome, it’s time to analyse it’s much mentioned javascript engine, V8. Assumedly named after the engine with the same name, V8 compiles javascript to machine code, rather than bytecode to achieve greater performance. In this respect, it’s similar to Firefox 3.1’s TraceMonkey, a JIT javascript compiler again [...]

Posted in software | Also tagged , , , , | 4 Comments