On Tue, Jul 9, 2013 at 12:09 PM, QingHai Hu <[email protected]> wrote:
> Hi,guys > I want to know the meaning of the v8 benchmark's score. > Higher is better. > Does it depend on the compile-time and the run-time ? Or only dependent on > run-time? > I'm not sure what you mean. C++ compilation is definitely not part of the score. Whether JavaScript compilation time is part of the score depends on the test being run and the JS engine. There is a warmup phase, so JIT-compiling engines will probably compile at least some of the source during this warmup run, but this is very much an implementation detail. Also note that the V8 benchmark suite has been superseded by the Octane benchmark, which includes some more tests. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
