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

Issue 24075002: Expose field data, use class id, and merge all collections into "objects" (Closed)

Created:
7 years, 3 months ago by Cutch
Modified:
7 years, 3 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Expose field data, use class id, and merge all collections into "objects" R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=27684

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+483 lines, -253 lines) Patch
M runtime/vm/class_table.h View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/class_table.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 4 chunks +79 lines, -6 lines 0 comments Download
M runtime/vm/service.cc View 1 2 4 chunks +40 lines, -34 lines 0 comments Download
A tests/standalone/vmservice/field_script.dart View 1 chunk +41 lines, -0 lines 0 comments Download
M tests/standalone/vmservice/isolate_bad_class_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download
D tests/standalone/vmservice/isolate_bad_code_test.dart View 1 1 chunk +0 lines, -58 lines 0 comments Download
D tests/standalone/vmservice/isolate_bad_function_test.dart View 1 1 chunk +0 lines, -58 lines 0 comments Download
D tests/standalone/vmservice/isolate_bad_library_test.dart View 1 1 chunk +0 lines, -55 lines 0 comments Download
A + tests/standalone/vmservice/isolate_bad_object_test.dart View 1 3 chunks +6 lines, -8 lines 0 comments Download
A tests/standalone/vmservice/isolate_class_field_test.dart View 1 1 chunk +189 lines, -0 lines 0 comments Download
M tests/standalone/vmservice/isolate_class_test.dart View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/vmservice/isolate_code_test.dart View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/vmservice/isolate_function_test.dart View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tests/standalone/vmservice/isolate_library_test.dart View 1 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/vmservice/test_helper.dart View 1 3 chunks +85 lines, -10 lines 0 comments Download
M tests/standalone/vmservice/unknown_isolate_command_test.dart View 1 2 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Cutch
7 years, 3 months ago (2013-09-14 05:26:51 UTC) #1
siva
lgtm https://chromiumcodereview.appspot.com/24075002/diff/3001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://chromiumcodereview.appspot.com/24075002/diff/3001/runtime/vm/object.cc#newcode2937 runtime/vm/object.cc:2937: user_visible_class_name = String::Handle(UserVisibleName()).ToCString(); internal_class_name and user_visible_class_name are overriden ...
7 years, 3 months ago (2013-09-17 17:25:33 UTC) #2
Cutch
https://chromiumcodereview.appspot.com/24075002/diff/3001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://chromiumcodereview.appspot.com/24075002/diff/3001/runtime/vm/object.cc#newcode2937 runtime/vm/object.cc:2937: user_visible_class_name = String::Handle(UserVisibleName()).ToCString(); On 2013/09/17 17:25:33, siva wrote: > ...
7 years, 3 months ago (2013-09-19 23:57:38 UTC) #3
Cutch
7 years, 3 months ago (2013-09-20 01:00:21 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r27684 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698