Description[interpreter] Workaround for unused frame states.
This is a temporary workaround for bytecodes which are not guaranteed
to actually use the frame states being created for them. One example
for this are runtime calls to intrinsics, or to runtime functions for
which the frame state count is zero in Linkage::FrameStateInputCount.
This will eventually be reworked into a more generic mechanism that
attaches frame states in the BytecodeGraphBuilder::VisitBytecodes
iteration method itself, instead of in the individual visitors.
R=jarin@chromium.org
Committed: https://crrev.com/3c8edd316f97f2e7ca9b52ed5c38d457b3950eed
Cr-Commit-Position: refs/heads/master@{#33836}
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|