Description[interpreter] Clear pending message object on handler entry.
This clears the currently pending message object whenever a try-block or
a finally-block is being entered in interpreted code. The intention is
to avoid memory leaks introduced by the message object. Also the message
object is being restored when a finally-block exits.
R=rmcilroy@chromium.org
TEST=cctest/test-heap/MessageObjectLeak
BUG=v8:4674
LOG=n
Committed: https://crrev.com/e814457675d615aaebb14ae723a42c756492f732
Cr-Commit-Position: refs/heads/master@{#33704}
Patch Set 1 #Patch Set 2 : Rebased. #Patch Set 3 : Enable test. #
Total comments: 1
Patch Set 4 : Save and restore. #Patch Set 5 : Adapt status. #
Total comments: 4
Patch Set 6 : Addressed comments. #Patch Set 7 : Rebased. #
Messages
Total messages: 14 (5 generated)
|