Description[Ignition] Teach CompileLazy about interpreted functions.
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.
BUG=v8:4380
Review-Url: https://codereview.chromium.org/2583693003
Cr-Commit-Position: refs/heads/master@{#42034}
Committed: https://chromium.googlesource.com/v8/v8/+/72c370767226cf573d316655b1d3e3d3d699cc9b
Patch Set 1 #Patch Set 2 : Add ports #Patch Set 3 : Rebase #Patch Set 4 : Fix ia32 #Patch Set 5 : Fix arm #
Messages
Total messages: 29 (23 generated)
|