DescriptionIntroduce approximate mode for StandardFrame::Summarize.
The approximate mode enables taking an approximate stack trace from GC,
where the top frames might be missing if inlined. Note that in that case,
the frame summary will refer to optimized code, so it will not be possible
to take source position. (The user of the summary will have to handle the
case frame_summary.abstract_code()->kind() == AbstractCode::OPTIMIZED_CODE
specially.)
Committed: https://crrev.com/fcbe95c8dc3cd738ac2643a2f3488609de49addd
Cr-Commit-Position: refs/heads/master@{#35728}
Patch Set 1 #Patch Set 2 : Rebase #
Total comments: 2
Patch Set 3 : Addressed review feedback #
Messages
Total messages: 12 (6 generated)
|