Revision: 17573
Author: [email protected]
Date: Thu Nov 7 20:11:18 2013 UTC
Log: MIPS: Turn Load/StoreGlobal into a handler.
Port r17550 (3e0015e)
BUG=
[email protected]
Review URL: https://codereview.chromium.org/60733010
Patch from Balazs Kilvady <[email protected]>.
http://code.google.com/p/v8/source/detail?r=17573
Modified:
/branches/bleeding_edge/src/mips/stub-cache-mips.cc
=======================================
--- /branches/bleeding_edge/src/mips/stub-cache-mips.cc Tue Nov 5 11:01:31
2013 UTC
+++ /branches/bleeding_edge/src/mips/stub-cache-mips.cc Thu Nov 7 20:11:18
2013 UTC
@@ -3032,10 +3032,7 @@
bool is_dont_delete) {
Label success, miss;
- __ CheckMap(
- receiver(), scratch1(), Handle<Map>(object->map()), &miss,
DO_SMI_CHECK);
- HandlerFrontendHeader(
- object, receiver(), Handle<JSObject>::cast(global), name, &miss);
+ HandlerFrontendHeader(object, receiver(), global, name, &miss);
// Get the value from the cell.
__ li(a3, Operand(cell));
@@ -3056,7 +3053,7 @@
__ mov(v0, t0);
// Return the generated code.
- return GetICCode(kind(), Code::NORMAL, name);
+ return GetCode(kind(), Code::NORMAL, name);
}
--
--
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.