PPC: [deoptimizer] Basic support inlining based on SharedFunctionInfo.
authormbrandy <mbrandy@us.ibm.com>
Wed, 10 Jun 2015 16:14:37 +0000 (09:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Jun 2015 16:14:49 +0000 (16:14 +0000)
commit445f26a3ae5a4945f087a069bdd4d3a8afd26adc
tree83ef9532bb64c53059295bd2614e2e916f9d2a9d
parente7a62c24855ac2bb34271e997ffae5ffcf57862d
PPC: [deoptimizer] Basic support inlining based on SharedFunctionInfo.

Port cf21da7e485ac80b3071e477e5399a00ee2b365f

Original commit message:
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.

R=bmeurer@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=

Review URL: https://codereview.chromium.org/1174963004

Cr-Commit-Position: refs/heads/master@{#28909}
src/ppc/lithium-codegen-ppc.cc