DescriptionIntroduce a separate event for CodeDeopt
The reuse of CodeCreateEvent for deopt events caused a CodeCreateEvent
fired twice for a code object. When the event was processed for the first
time it seized the no-fp-ranges from code object, so the second event
had no ranges info leaving code entry without them.
As a result when a cpu profile sample falls into the region it missed the
2nd stack frame.
LOG=N
BUG=
R=bmeurer@chromium.org, loislo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=21418
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressing comments. #
Total comments: 2
Patch Set 3 : Fixed logger #Patch Set 4 : removed extra line #
Messages
Total messages: 12 (0 generated)
|