DescriptionMIPS: Patch to enhance the source code line information for profiler.
Port r16114 (2d1bf399)
Original commit message:
This patch is to enhance the source code line information for profiler.
For the Hydrogen compilation, most of the source code line information
is not copied from the HInstruction the to corresponding LInstruction.
This patch defines one PositionBits field for LInstruction and copies the
sorce code position value from the HInstruction.
When Generating the native code, we use RecordPosition(..) function to
write LInstruction's position value to position recorder.
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=16118
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|