Comment #3 on issue 4191 by [email protected]: String.prototype.split bad performance on simple string
https://code.google.com/p/v8/issues/detail?id=4191#c3

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/a5f710275462f3e1088a97eddf5c712f03a33719

commit a5f710275462f3e1088a97eddf5c712f03a33719
Author: karl <[email protected]>
Date: Tue Sep 08 10:30:07 2015

Cache String.split not found results as well

Before String.split only cached results if the seperator was found

BUG=v8:4191
LOG=N

Review URL: https://codereview.chromium.org/1308373005

Cr-Commit-Position: refs/heads/master@{#30632}

[modify] http://crrev.com/a5f710275462f3e1088a97eddf5c712f03a33719/src/runtime/runtime-regexp.cc


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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.

Reply via email to