LGTM. Just for the record: I tried a different approach, still using the
InternalArray, but with 'result[result.length] = foo' instead of
'result.push(foo)'. Funnily enough, this didn't show any significant
improvement. So moving the array contents seems to be slow, which is strange...

https://codereview.chromium.org/17283007/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to