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

Issue 466183002: Use function names as service IDs, rather than indices. (Closed)

Created:
6 years, 4 months ago by koda
Modified:
6 years, 4 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Use function names as service IDs, rather than indices. This gives more descriptive ids and removes dependency on implementation details of Class. Special kinds of functions still use indices and oddballs still fall back to the object ring. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=39217

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -48 lines) Patch
M runtime/bin/vmservice/observatory/lib/src/service/object.dart View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
A runtime/bin/vmservice/observatory/test/functions_test.dart View 1 1 chunk +35 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 2 chunks +37 lines, -26 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 1 chunk +9 lines, -8 lines 0 comments Download
M runtime/vm/service_test.cc View 3 chunks +9 lines, -11 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
koda
6 years, 4 months ago (2014-08-13 00:42:47 UTC) #1
Cutch
lgtm https://codereview.chromium.org/466183002/diff/60001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/466183002/diff/60001/runtime/vm/service.cc#newcode1150 runtime/vm/service.cc:1150: PrintError(js, "Function %s not found", id.ToCString()); Should we ...
6 years, 4 months ago (2014-08-13 18:01:47 UTC) #2
koda
https://codereview.chromium.org/466183002/diff/60001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/466183002/diff/60001/runtime/vm/service.cc#newcode1150 runtime/vm/service.cc:1150: PrintError(js, "Function %s not found", id.ToCString()); On 2014/08/13 18:01:47, ...
6 years, 4 months ago (2014-08-13 18:18:35 UTC) #3
koda
6 years, 4 months ago (2014-08-13 19:59:23 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 manually as r39217 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698