PPC: [deoptimizer] Basic support inlining based on SharedFunctionInfo.
Port cf21da7e 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}
Showing
Please
register
or
sign in
to comment