DescriptionFix performance regression of heap snapshot generator that was
introduced in https://crrev.com/72f884a19fa4434bba6fc0e013ec4ea0a2366893
The regression comes from adding the next weak field of AllocationSite
as a hidden reference into the snapshot.
Before 72f884 the reference was implicitly ignored because the body
descriptor of AllocationSite did not include it.
This patch explicitly skip the next weak field of AllocationSite.
BUG=chromium:630027
Committed: https://crrev.com/ea45a210a62d24cdb6b17d6374ed7648691fa6c3
Cr-Commit-Position: refs/heads/master@{#38211}
Patch Set 1 #Patch Set 2 : speculative fix of failing test #Patch Set 3 : comments #
Messages
Total messages: 17 (10 generated)
|