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

Issue 56033002: Compute next field offset correctly. (Closed)

Created:
7 years, 1 month ago by siva
Modified:
7 years, 1 month ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Compute next field offset correctly. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=29818

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 10

Patch Set 7 : #

Patch Set 8 : #

Total comments: 10

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -45 lines) Patch
M runtime/vm/dart_api_message.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -4 lines 0 comments Download
M runtime/vm/freelist.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 4 5 6 7 8 26 chunks +59 lines, -7 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 7 8 12 chunks +13 lines, -12 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 2 3 4 5 6 7 8 3 chunks +25 lines, -14 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
siva
7 years, 1 month ago (2013-11-01 21:40:52 UTC) #1
siva
7 years, 1 month ago (2013-11-01 23:52:53 UTC) #2
Ivan Posva
First round of comments. -Ivan https://codereview.chromium.org/56033002/diff/360001/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/56033002/diff/360001/runtime/vm/object.h#newcode533 runtime/vm/object.h:533: return -1; How about ...
7 years, 1 month ago (2013-11-02 00:25:55 UTC) #3
siva
https://codereview.chromium.org/56033002/diff/360001/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/56033002/diff/360001/runtime/vm/object.h#newcode533 runtime/vm/object.h:533: return -1; On 2013/11/02 00:25:55, Ivan Posva wrote: > ...
7 years, 1 month ago (2013-11-02 03:44:59 UTC) #4
Ivan Posva
LGTM -Ivan https://codereview.chromium.org/56033002/diff/520001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/56033002/diff/520001/runtime/vm/object.cc#newcode2556 runtime/vm/object.cc:2556: result.set_next_field_offset(-1); -kWordSize https://codereview.chromium.org/56033002/diff/520001/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/56033002/diff/520001/runtime/vm/object.h#newcode1169 ...
7 years, 1 month ago (2013-11-03 16:08:50 UTC) #5
siva
https://codereview.chromium.org/56033002/diff/520001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/56033002/diff/520001/runtime/vm/object.cc#newcode2556 runtime/vm/object.cc:2556: result.set_next_field_offset(-1); On 2013/11/03 16:08:51, Ivan Posva wrote: > -kWordSize ...
7 years, 1 month ago (2013-11-04 16:05:00 UTC) #6
siva
7 years, 1 month ago (2013-11-04 16:51:57 UTC) #7
Message was sent while issue was closed.
Committed patchset #9 manually as r29818 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698