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

Issue 15743019: Consolidate debug stubs (Closed)

Created:
7 years, 7 months ago by hausner
Modified:
7 years, 7 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Consolidate debug stubs The new debug stub BreakpointRuntime gets the original stub address from the debugger. With this scheme, we don't need a new debug stub for every runtime stub that the debugger patches. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=23094

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -87 lines) Patch
M runtime/vm/code_generator.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 2 1 chunk +10 lines, -14 lines 0 comments Download
M runtime/vm/debugger.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/debugger.cc View 1 2 6 chunks +19 lines, -14 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 1 chunk +2 lines, -9 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 2 chunks +16 lines, -15 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 1 chunk +2 lines, -7 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 1 chunk +15 lines, -18 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
hausner
7 years, 7 months ago (2013-05-22 23:05:36 UTC) #1
siva
LGTM with one question about target_address_ being a Smi... https://codereview.chromium.org/15743019/diff/7002/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/15743019/diff/7002/runtime/vm/code_generator.cc#newcode811 runtime/vm/code_generator.cc:811: ...
7 years, 7 months ago (2013-05-23 01:11:26 UTC) #2
hausner
https://codereview.chromium.org/15743019/diff/7002/runtime/vm/code_generator.cc File runtime/vm/code_generator.cc (right): https://codereview.chromium.org/15743019/diff/7002/runtime/vm/code_generator.cc#newcode811 runtime/vm/code_generator.cc:811: // calling a closure. On 2013/05/23 01:11:26, siva wrote: ...
7 years, 7 months ago (2013-05-23 18:32:12 UTC) #3
hausner
7 years, 7 months ago (2013-05-23 18:42:10 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r23094 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698