Fix a bug in the regexp caching. Also add a few more places to
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Mar 2010 10:23:06 +0000 (10:23 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 17 Mar 2010 10:23:06 +0000 (10:23 +0000)
commit889cbe55b8b73f16a2eb33c55fda40b478fd9ac3
tree5edddc6ebb06239057afa2b3cc349016e10cd563
parent38d6470fca4c1af3192b533af67d84d86e35aba1
Fix a bug in the regexp caching.  Also add a few more places to
cache.  We now cache most of the places where Opera cache and
one or two where they do not cache for some reason.  Since
these optimizations aren't necessarily useful on real code we
may remove them if and when the Dromaeo website makes the
benchmarks harder to game.
Review URL: http://codereview.chromium.org/995005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4157 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/regexp-delay.js
src/string.js
test/mjsunit/regexp-cache-replace.js [new file with mode: 0644]