Description[full-codegen] Reload context register after intrinsic call.
Previously all code stubs (i.e. both platform and Crankshaft code stubs)
preserved the context register for full-codegen (neither Ignition, nor
TurboFan nor Crankshaft require this or would benefit from this), but
the newly introduced TurboFanCodeStubs no longer do this and there's no
need to, so we have to make sure in full-codegen that we restore the
context register after intrinsic calls, which potentially call
TurboFanCodeStubs.
Drive-by-fix: VisitThisFunction can be made platform independent.
R=verwaest@chromium.org
Committed: https://crrev.com/833618d91f9b65c5929bce24176899b9f63273c7
Cr-Commit-Position: refs/heads/master@{#35154}
Patch Set 1 #Patch Set 2 : Fix missing include #Messages
Total messages: 8 (2 generated)
|