Updates:
Summary: Improve performance of Typed Array intrinsics on non-SSE2
processors
Cc: [email protected] erik.corry
Comment #1 on issue 1056 by [email protected]: Improve performance of Typed
Array intrinsics on non-SSE2 processors
http://code.google.com/p/v8/issues/detail?id=1056
After discussion, it was decided that these intrinsics had to have
consistent behavior across processors, so the non-SSE2 code paths now make
a slow runtime call for float-to-int conversions. The SSE2 code path also
makes a slow runtime call for some out-of-range values, and could be
improved for the signed int array case.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev