DescriptionPPC/s390: [Ignition] Teach CompileLazy about interpreted functions.
Port 72c370767226cf573d316655b1d3e3d3d699cc9b
Original Commit Message:
Currently the CompileLazy builtin checks the SFI expliciltly for FCG code. This means
if the SFI has bytecode we have to go through to the runtime to install the
interpreter entry trampoline into the JSFunction object.
Modify the builtin to always put the SFI code object into the JSFunction unless it's
the lazy compile stub on the SFI as well.
R=rmcilroy@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=v8:4380
LOG=N
Review-Url: https://codereview.chromium.org/2602383003
Cr-Commit-Position: refs/heads/master@{#42046}
Committed: https://chromium.googlesource.com/v8/v8/+/7d52258b1db78cf8de165f6494dd806d62ccbb81
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|