Reviewers: jarin,

Description:
[deoptimizer] Basic support inlining based on SharedFunctionInfo.

Up until now we can only inline based on JSFunction, because of the way
the deoptimization works.  With this change we will be able to inline
based on the SharedFunctionInfo and materialize the JSFunction from a
literal or a stack slot when necessary.

[email protected]

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

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

Affected files (+554, -584 lines):
  M src/accessors.cc
  M src/arm/lithium-codegen-arm.cc
  M src/arm64/lithium-codegen-arm64.cc
  M src/compiler/code-generator.cc
  M src/compiler/js-inlining.h
  M src/compiler/js-inlining.cc
  M src/compiler/js-typed-lowering.cc
  M src/deoptimizer.h
  M src/deoptimizer.cc
  M src/frames.h
  M src/frames.cc
  M src/ia32/lithium-codegen-ia32.cc
  M src/mips/lithium-codegen-mips.cc
  M src/mips64/lithium-codegen-mips64.cc
  M src/objects.cc
  M src/runtime/runtime-function.cc
  M src/x64/lithium-codegen-x64.cc
  M test/cctest/cctest.gyp
  D test/cctest/compiler/test-codegen-deopt.cc


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