DescriptionSpeed up typed array constructors.
- Avoid calls into ToPositiveInteger for valid cases of 'undefined' arguments.
(Otherwise it calls into runtime).
- Reduce the checks performed in case offset for TypedArrayFromArrayBuffer
constructor is called with no offset argument.
R=yangguo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=17567
Patch Set 1 #
Total comments: 1
Messages
Total messages: 3 (0 generated)
|