DescriptionCpuProfiler: collect deopt pc offset for further usage in the inlined functions stack resolver.
this is a fourth part of https://codereview.chromium.org/1012633002
In another patch I'll collect the inlining tree in cpu-profiler CodeEntry
Each leaf for an inlined function will have a list of deopts and their pc offsets.
So when deopt happens I'll be able to map the deopt pc_offset into
inlined function id and point the web developer to the exact place
where deopt has happened even if it was in the inlined function.
BUG=chromium:452067
LOG=n
Committed: https://crrev.com/33514ec25d910317d2ba7e1491b5e7e62cefb963
Cr-Commit-Position: refs/heads/master@{#27247}
Patch Set 1 #
Total comments: 2
Patch Set 2 : comments addressed #
Messages
Total messages: 12 (4 generated)
|