On Tue, Oct 13, 2015 at 11:32 AM, Yong Wang <wangyong...@gmail.com> wrote:

>
>
> 在 2015年10月13日星期二 UTC+8下午4:15:38,Jakob Kummerow写道:
>>
>> On Tue, Oct 13, 2015 at 4:21 AM, Yong Wang <wangy...@gmail.com> wrote:
>>
>>> Hi everyone:
>>>
>>>    we are using V8.3.27.34.15
>>>
>>
>> That's more than a year old and has known security issues. I wouldn't use
>> that to browse the web.
>>  I'll test with latest version later.
>>
> by the way,could you give me more info about the  security issues
>>
>
For starters, look at the patches merged between 3.27.34.15 and 3.27.34.21.
In addition, when the 3.27 branch became unsupported, we stopped
backmerging patches, so some bugs fixed by merges to 3.28/3.29/... might
well be broken in 3.27.


>
>>
> in android device HUAWEI P8, and found that 64bit performance is lower
>>> than 32bit.
>>>    I think 64bit device should be faster.
>>>
>>
>> Why?
>>  just because 64bit register is much more than 32bit
>>
>
Yes, 64 is a bigger number than 32. Which is why a 64-bit program will
consume more memory than a 32-bit version of the same program.

But there is no reason why wider registers would be faster. On the
contrary: the increased memory consumption typically incurs a performance
cost: caches fill up faster, copying larger objects is slower, and so on.


>    below is benchmark score:
>>>
>>>    64 bit:
>>>    root@HWGRA:/data/local/tmp/v8 # ./d8_64 run.js
>>>
>>>    Richards: 5193
>>>    DeltaBlue: 7134
>>>    Crypto: 6045
>>>    RayTrace: 7237
>>>    EarleyBoyer: 4773
>>>    RegExp: 851
>>>    Splay: 4409
>>>    NavierStokes: 6287
>>>    ----
>>>    Score (version 7): 4546
>>>
>>>    32 bit:
>>>    root@HWGRA:/data/local/tmp/v8 # ./d8_32 run.js
>>>
>>>    Richards: 5299
>>>    DeltaBlue: 7729
>>>    Crypto: 5008
>>>    RayTrace: 8214
>>>    EarleyBoyer: 6442
>>>    RegExp: 893
>>>    Splay: 4735
>>>    NavierStokes: 4651
>>>    ----
>>>    Score (version 7): 4636
>>>
>>> --
>>> --
>>> v8-users mailing list
>>> v8-u...@googlegroups.com
>>> 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 v8-users+u...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> 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 v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to