Reviewers: Benedikt Meurer,

Message:
Please take a look

Description:
[turbofan] Use context specialization in code stubs

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

Base URL: https://chromium.googlesource.com/v8/v8.git@1213203007

Affected files (+1, -0 lines):
  M src/code-stubs.cc


Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index efff187251f51be765edecdf5868f053e16ac8dd..5b936562798fd26d184803dd26e1caa0507196bc 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -500,6 +500,7 @@ Handle<Code> TurboFanCodeStub::GenerateCode() {
   ParseInfo parse_info(&zone, inner);
   CompilationInfo info(&parse_info);
   info.SetFunctionType(GetCallInterfaceDescriptor().GetFunctionType());
+  info.MarkAsContextSpecializing();
   info.SetStub(this);
   return info.GenerateCodeStub();
 }


--
--
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