DescriptionARM: Tweak ECMAToInt32VFP to address regression on Nexus 4
After r13912, we saw a small regression in Kraken crypto-aes and
crypto-ccm on Nexus 4. This patch, proposed by Rodolph Perfetta,
addresses that without regressing other platforms.
Instead of looking at the exponent of double_input and trying to figure
out if the conversion will overflow, eagerly do the VCVT and return
early unless it saturated.
BUG=none
Committed: https://code.google.com/p/v8/source/detail?r=13948
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address Rodolph's comments #Patch Set 3 : . #
Total comments: 4
Patch Set 4 : Address nits #Messages
Total messages: 7 (0 generated)
|