Reviewers: danno, gergely.kis, palfia,
Message:
Hi Danno - I'm filling in for Akos for a few days. Thanks for giving me an
easy
one to get started again!
Description:
MIPS: Fix gbemu performance regression.
Port r13557 (aa3ba8a)
BUG=
Please review this at https://codereview.chromium.org/12091083/
SVN Base: git://github.com/v8/v8.git@gbleed
Affected files:
M src/mips/code-stubs-mips.cc
Index: src/mips/code-stubs-mips.cc
diff --git a/src/mips/code-stubs-mips.cc b/src/mips/code-stubs-mips.cc
index
0eff38a420e77c5efa076946219f33496c3c6d4c..7d03e91fe1695fb3365a2277932de0b143cb63ba
100644
--- a/src/mips/code-stubs-mips.cc
+++ b/src/mips/code-stubs-mips.cc
@@ -46,7 +46,7 @@ void
KeyedLoadFastElementStub::InitializeInterfaceDescriptor(
descriptor->register_param_count_ = 2;
descriptor->register_params_ = registers;
descriptor->deoptimization_handler_ =
- FUNCTION_ADDR(KeyedLoadIC_Miss);
+ FUNCTION_ADDR(KeyedLoadIC_MissFromStubFailure);
}
--
--
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/groups/opt_out.