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

Issue 328893002: Begins removing intptr_t from raw object fields. (Closed)

Created:
6 years, 6 months ago by zra
Modified:
6 years, 6 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Begins removing intptr_t from raw object fields. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37285

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -149 lines) Patch
M runtime/vm/assembler_arm64.h View 1 2 3 4 4 chunks +8 lines, -10 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 3 4 1 chunk +5 lines, -7 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 3 4 7 chunks +28 lines, -24 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 7 chunks +21 lines, -21 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 5 11 chunks +23 lines, -23 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 3 4 5 20 chunks +56 lines, -51 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 3 4 4 chunks +11 lines, -7 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
zra
6 years, 6 months ago (2014-06-10 23:37:22 UTC) #1
siva
Quick comment about missing changes in raw_object_snapshot.cc https://codereview.chromium.org/328893002/diff/40001/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/328893002/diff/40001/runtime/vm/raw_object.h#newcode513 runtime/vm/raw_object.h:513: int32_t next_field_offset_in_words_; ...
6 years, 6 months ago (2014-06-11 00:38:19 UTC) #2
zra
https://codereview.chromium.org/328893002/diff/40001/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/328893002/diff/40001/runtime/vm/raw_object.h#newcode513 runtime/vm/raw_object.h:513: int32_t next_field_offset_in_words_; // Offset of the next instance field. ...
6 years, 6 months ago (2014-06-11 16:24:02 UTC) #3
zra
PTAL
6 years, 6 months ago (2014-06-11 21:01:35 UTC) #4
siva
lgtm https://codereview.chromium.org/328893002/diff/60001/runtime/vm/raw_object_snapshot.cc File runtime/vm/raw_object_snapshot.cc (right): https://codereview.chromium.org/328893002/diff/60001/runtime/vm/raw_object_snapshot.cc#newcode42 runtime/vm/raw_object_snapshot.cc:42: intptr_t class_id = reader->ReadIntptrValue(); This was written out ...
6 years, 6 months ago (2014-06-12 16:39:25 UTC) #5
zra
Thanks! https://codereview.chromium.org/328893002/diff/60001/runtime/vm/raw_object_snapshot.cc File runtime/vm/raw_object_snapshot.cc (right): https://codereview.chromium.org/328893002/diff/60001/runtime/vm/raw_object_snapshot.cc#newcode42 runtime/vm/raw_object_snapshot.cc:42: intptr_t class_id = reader->ReadIntptrValue(); On 2014/06/12 16:39:25, siva ...
6 years, 6 months ago (2014-06-12 17:34:02 UTC) #6
zra
6 years, 6 months ago (2014-06-12 19:57:03 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r37285 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698