Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Issue 12223027: This patch is the propagation version of https://codereview.chromium.org/10824032 patch (Closed)

Created:
7 years, 10 months ago by chunyang.dai
Modified:
7 years, 10 months ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Improve the JitCodeEventHandler API to add support for line position information. This includes: * adding the CODE_ADD_LINE_POS_INFO, CODE_START_LINE_INFO_RECORDING, CODE_END_LINE_INFO_RECORDING event and the corresponding functionality. * adding the JITCodeLineInfo struct to record the code line info. I added this definition because Danno mentioned that "we'd like to cleanup and decouple the external debugging functionality" * some other small changes. Committed: https://code.google.com/p/v8/source/detail?r=13686

Patch Set 1 : #

Total comments: 12

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -9 lines) Patch
M include/v8.h View 1 2 3 3 chunks +31 lines, -1 line 0 comments Download
M src/assembler.h View 1 2 3 3 chunks +12 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M src/lithium.cc View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M src/log.h View 1 2 3 4 chunks +28 lines, -2 lines 0 comments Download
M src/log.cc View 1 2 3 9 chunks +89 lines, -6 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 3 6 chunks +50 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
chunyang.dai
hello. Daniel. The original CL https://codereview.chromium.org/11552033 can not be accessed. I don't know the reason. ...
7 years, 10 months ago (2013-02-06 10:16:00 UTC) #1
danno
Thanks for the new patch set. It's getting closer, but there are still a handful ...
7 years, 10 months ago (2013-02-06 14:21:34 UTC) #2
chunyang.dai
Hello. Daniel. please review this patch.
7 years, 10 months ago (2013-02-07 13:18:51 UTC) #3
danno
Very close. If you address my last comment (sorry, I realize it deviates slightly from ...
7 years, 10 months ago (2013-02-11 15:17:56 UTC) #4
chunyang.dai
Hello, Daniel. Sorry for the late response because of our Spring Festival holiday. Thanks for ...
7 years, 10 months ago (2013-02-12 17:28:31 UTC) #5
danno
lgtm
7 years, 10 months ago (2013-02-13 10:23:30 UTC) #6
danno
lgtm lgtm
7 years, 10 months ago (2013-02-13 10:23:30 UTC) #7
danno
I'll land this for you as soon as the V8 tree goes green again.
7 years, 10 months ago (2013-02-13 10:24:03 UTC) #8
chunyang.dai
hello, Daniel. thanks for your help. Could you please continue to help another patch https://codereview.chromium.org/11574031. ...
7 years, 10 months ago (2013-02-18 14:13:49 UTC) #9
danno
I will land this patch for you, but I just noticed that it doesn't apply ...
7 years, 10 months ago (2013-02-18 14:39:29 UTC) #10
chunyang.dai
7 years, 10 months ago (2013-02-18 15:36:38 UTC) #11
Hello, Daniel.
I rebased it. 
thanks for your help.

Powered by Google App Engine
This is Rietveld 408576698