Reviewers: Weiliang, Jakob,

Message:
weiliang.
please review and commit it.
thanks.

Description:
X87: Avoid one repeated property lookup when computing load ICs.

  r22802 touches X87 port but it is not changed completely.

port r22802.

original commit message:
  Avoid one repeated property lookup when computing load ICs.

BUG=

Please review this at https://codereview.chromium.org/441873002/

SVN Base: https://chromium.googlesource.com/external/v8.git@bleeding_edge

Affected files (+1, -1 lines):
  M src/x87/stub-cache-x87.cc


Index: src/x87/stub-cache-x87.cc
diff --git a/src/x87/stub-cache-x87.cc b/src/x87/stub-cache-x87.cc
index 0574cb03a42f9fb24e3081e7a85ca3e55b782611..38e6e747744c3fb2190e376fe7a425721ba54d55 100644
--- a/src/x87/stub-cache-x87.cc
+++ b/src/x87/stub-cache-x87.cc
@@ -1217,7 +1217,7 @@ void NamedLoadHandlerCompiler::GenerateLoadViaGetter(


 Handle<Code> NamedLoadHandlerCompiler::CompileLoadGlobal(
-    Handle<PropertyCell> cell, Handle<Name> name, bool is_dont_delete) {
+    Handle<PropertyCell> cell, Handle<Name> name, bool is_configurable) {
   Label miss;

   FrontendHeader(receiver(), name, &miss);


--
--
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/d/optout.

Reply via email to