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

Issue 1118007: LiveEdit: implement frame dropping (Closed)

Created:
10 years, 9 months ago by Peter Rybin
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

LiveEdit: implement frame dropping Committed: http://code.google.com/p/v8/source/detail?r=4351

Patch Set 1 #

Patch Set 2 : preparing change for commit #

Patch Set 3 : clean up #

Patch Set 4 : small fix #

Total comments: 20

Patch Set 5 : supporting unit tests #

Patch Set 6 : clean up #

Patch Set 7 : adding stubs to other archs #

Patch Set 8 : merge + comments #

Patch Set 9 : presubmit #

Patch Set 10 : fix #

Patch Set 11 : adding rule to mjsunit.status #

Unified diffs Side-by-side diffs Delta from patch set Stats (+658 lines, -80 lines) Patch
M src/arm/debug-arm.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M src/builtins.h View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M src/builtins.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -0 lines 0 comments Download
M src/debug.h View 1 2 3 4 5 6 2 chunks +11 lines, -0 lines 0 comments Download
M src/debug.cc View 1 2 3 4 5 3 chunks +15 lines, -2 lines 0 comments Download
M src/debug-debugger.js View 5 6 7 8 9 10 2 chunks +6 lines, -1 line 0 comments Download
M src/frames.h View 1 2 3 7 chunks +19 lines, -1 line 0 comments Download
M src/frames.cc View 1 2 3 4 5 6 7 8 9 4 chunks +53 lines, -0 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 2 3 4 5 6 7 8 1 chunk +50 lines, -0 lines 0 comments Download
M src/liveedit.h View 1 2 3 4 5 6 1 chunk +13 lines, -2 lines 0 comments Download
M src/liveedit.cc View 1 2 3 4 5 6 7 8 2 chunks +267 lines, -0 lines 0 comments Download
M src/liveedit-debugger.js View 5 6 7 8 9 10 2 chunks +33 lines, -7 lines 0 comments Download
M src/mips/debug-mips.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/runtime.h View 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -2 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +33 lines, -27 lines 0 comments Download
M src/x64/debug-x64.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M test/mjsunit/debug-liveedit-check-stack.js View 5 6 7 1 chunk +94 lines, -37 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Peter Rybin
Hi Soren This is my approach to the taks. It does not support try/catches yet ...
10 years, 9 months ago (2010-03-23 17:47:57 UTC) #1
Søren Thygesen Gjesse
Here are some initial comments. Just to make sure I understand, you are "restarting" the ...
10 years, 9 months ago (2010-03-25 13:13:51 UTC) #2
Peter Rybin
Hi Søren I think that's it from my side. I added unit-tests and I put ...
10 years, 9 months ago (2010-03-27 21:17:07 UTC) #3
Søren Thygesen Gjesse
10 years, 8 months ago (2010-04-06 09:41:36 UTC) #4
LGTM

You can use test/mjsunit/mjsunit.status to have architecture specific test
expectations.

Powered by Google App Engine
This is Rietveld 408576698