DescriptionPort improvement to Math.random to ARM. According to issue #670,
Math.random was sped up on ia32 and x64 by creating a generated
function RandomHeapNumber, whose body is inline assembly code
that allocates a heap number, calls V8::Random to get a random
uint32, and puts the uint32 divided by 2^32 into the heapnumber.
BUG=none
TEST=none
Patch Set 1 #Patch Set 2 : '' #
Total comments: 1
Messages
Total messages: 5 (0 generated)
|