Replaced the implementation of %StringEquals, which was a poorly
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Oct 2008 12:33:20 +0000 (12:33 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Oct 2008 12:33:20 +0000 (12:33 +0000)
commitb338967098c1027ebdcce4ef3cee295d714f47fa
treed0ef8cc9bbb8e0f10f469f344763f3300011b225
parent85251f756c7dbe54cc57d432def31e78758e4a1e
Replaced the implementation of %StringEquals, which was a poorly
optimized duplicate of String::Equals, with a simple call to
String::Equals.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@555 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc