Description[Interpreter] Fix GenerateSmiToDouble to avoid assuming it is called from a JSFrame.
GenerateSmiToDouble on ia32 assumes that it is called from a JSFrame and can restore
the context from the StandardFrameConstants::kContextObject. In the case of the
interpreter it is called from a interpreter handler stub frame which doesn't
push the context onto it's frame. Instead, push and pop esi to explicitly restore it
correctly.
BUG=chromium:612386
Committed: https://crrev.com/471893ccec1b280453bf49b8bba9f6331ee2b41b
Cr-Commit-Position: refs/heads/master@{#36649}
Patch Set 1 #
Messages
Total messages: 13 (7 generated)
|