MIPS: Turn ToNumberStub into a PlatformCodeStub again.
authorbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Thu, 6 Nov 2014 16:26:42 +0000 (16:26 +0000)
committerbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Thu, 6 Nov 2014 16:27:32 +0000 (16:27 +0000)
commit700d7a2de577a8d540f32f6330ac4e29b9ea2936
tree6eb6b70377a1812c567326e86d28021e73630c45
parent720dc926f6f849f123d13edc4ae71e90eada66b0
MIPS: Turn ToNumberStub into a PlatformCodeStub again.

Port 724a15e8bf3fb8697a950c8e0f96158c8e56ec71
Port r25187

The HydrogenCodeStub is too expensive and there's no easy way to reduce
this cost, so turning it into a PlatformCodeStub solves that problem
until we can use TurboFan for code stubs.

TEST=mjsunit
BUG=
R=dusan.milosavljevic@imgtec.com

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

Cr-Commit-Position: refs/heads/master@{#25202}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25202 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/code-stubs-mips.cc
src/mips64/code-stubs-mips64.cc