Can you re-run these benchmarks with the s/$toInteger/TO_INTEGER/ change and
update the CL description if it actually changes the results?
https://codereview.chromium.org/1231673008/diff/1/src/string.js
File src/string.js (right):
https://codereview.chromium.org/1231673008/diff/1/src/string.js#newcode1040
src/string.js:1040: var searchString = TO_STRING_INLINE(searchString);
No need for "var" here, you're re-assigning a parameter now.
https://codereview.chromium.org/1231673008/diff/1/src/string.js#newcode1044
src/string.js:1044: pos = $toInteger(pos);
TO_INTEGER here for more performance
https://codereview.chromium.org/1231673008/
--
--
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/d/optout.