Thank you for your reply .
I'm sorry I did not say it clearly.
The compile-time that I said is the JavaScript compilation time, such as 
benchmark/racards.js compilation time. And  the run-time that I said 
is the JavaScript' run-time,the same example is the  benchmark/racards.js's 
run-time. 
Does the final score contain both of them?
In addition, I want to know how to transform the compilation time and 
run-time into the final score.

Yours Hu.

在 2013年7月9日星期二UTC+8下午7时19分20秒,Jakob Kummerow写道:
>
> On Tue, Jul 9, 2013 at 12:09 PM, QingHai Hu <[email protected]<javascript:>
> > 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.


Reply via email to