DescriptionThis patch is the propagation version of https://codereview.chromium.org/10824032 patch
which is for "Enables V8 integration with Intel Vtune performance analysis tool".
we divided that implementation into 2 parts. This is the first part. we enahance the
current JitCodeEventHandler implementation according to Danno and Michael Starzinger
's suggestion.
1, we added the CODE_ADD_LINE_POS_INFO, CODE_START_LINE_INFO_RECORDING,
CODE_END_LINE_INFO_RECORDING event and the corresponding functionality.
2, Add the JITCodeLineInfo struct to record the code line info. I add this definition
because Danno mentioned that "we'd like to cleanup and decouple the external
debugging functionality"
3, some other small changes.
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 22
Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #
Total comments: 24
Patch Set 7 : #
Total comments: 17
Patch Set 8 : #
Messages
Total messages: 8 (0 generated)
|