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

Issue 8588014: Addition to CodePatcher (Closed)

Created:
9 years, 1 month ago by hausner
Modified:
9 years, 1 month ago
Reviewers:
srdjan, siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Will be used by the debugger to find static calls in Dart code. Committed: https://code.google.com/p/dart/source/detail?r=1621

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -3 lines) Patch
M runtime/vm/code_patcher.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/code_patcher_arm.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/code_patcher_ia32.cc View 1 2 2 chunks +15 lines, -3 lines 0 comments Download
M runtime/vm/code_patcher_x64.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
hausner
9 years, 1 month ago (2011-11-17 01:22:00 UTC) #1
srdjan
DBC http://codereview.chromium.org/8588014/diff/1/runtime/vm/code_patcher_arm.cc File runtime/vm/code_patcher_arm.cc (right): http://codereview.chromium.org/8588014/diff/1/runtime/vm/code_patcher_arm.cc#newcode25 runtime/vm/code_patcher_arm.cc:25: UNIMPLEMENTED(); Add return false. http://codereview.chromium.org/8588014/diff/1/runtime/vm/code_patcher_ia32.cc File runtime/vm/code_patcher_ia32.cc (right): ...
9 years, 1 month ago (2011-11-17 01:32:55 UTC) #2
hausner
http://codereview.chromium.org/8588014/diff/1/runtime/vm/code_patcher_arm.cc File runtime/vm/code_patcher_arm.cc (right): http://codereview.chromium.org/8588014/diff/1/runtime/vm/code_patcher_arm.cc#newcode25 runtime/vm/code_patcher_arm.cc:25: UNIMPLEMENTED(); On 2011/11/17 01:32:55, srdjan wrote: > Add return ...
9 years, 1 month ago (2011-11-17 16:33:02 UTC) #3
siva
lgtm http://codereview.chromium.org/8588014/diff/5001/runtime/vm/code_patcher_arm.cc File runtime/vm/code_patcher_arm.cc (right): http://codereview.chromium.org/8588014/diff/5001/runtime/vm/code_patcher_arm.cc#newcode26 runtime/vm/code_patcher_arm.cc:26: return true; return false; would be better here ...
9 years, 1 month ago (2011-11-17 18:44:22 UTC) #4
hausner
9 years, 1 month ago (2011-11-17 18:51:25 UTC) #5
http://codereview.chromium.org/8588014/diff/5001/runtime/vm/code_patcher_arm.cc
File runtime/vm/code_patcher_arm.cc (right):

http://codereview.chromium.org/8588014/diff/5001/runtime/vm/code_patcher_arm....
runtime/vm/code_patcher_arm.cc:26: return true;
On 2011/11/17 18:44:22, asiva wrote:
> return false;
> would be better here I feel.

true.

http://codereview.chromium.org/8588014/diff/5001/runtime/vm/code_patcher_x64.cc
File runtime/vm/code_patcher_x64.cc (right):

http://codereview.chromium.org/8588014/diff/5001/runtime/vm/code_patcher_x64....
runtime/vm/code_patcher_x64.cc:26: return true;
On 2011/11/17 18:44:22, asiva wrote:
> Ditto.

Done.

Powered by Google App Engine
This is Rietveld 408576698