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

Issue 673253002: Add missing StorePointer/StoreSmi in ContextScope. (Closed)

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

Description

Add missing StorePointer/StoreSmi in ContextScope. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=41592

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -14 lines) Patch
M runtime/vm/object.h View 1 2 3 4 1 chunk +2 lines, -5 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 5 chunks +10 lines, -5 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 1 chunk +12 lines, -4 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
koda
6 years, 1 month ago (2014-10-24 16:03:53 UTC) #1
Ivan Posva
https://codereview.chromium.org/673253002/diff/40001/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/673253002/diff/40001/runtime/vm/raw_object.h#newcode1217 runtime/vm/raw_object.h:1217: RawObject** data() { OPEN_ARRAY_START(RawObject*, RawObject*); } Should we have ...
6 years, 1 month ago (2014-10-29 05:17:28 UTC) #2
koda
https://codereview.chromium.org/673253002/diff/40001/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/673253002/diff/40001/runtime/vm/raw_object.h#newcode1217 runtime/vm/raw_object.h:1217: RawObject** data() { OPEN_ARRAY_START(RawObject*, RawObject*); } On 2014/10/29 05:17:27, ...
6 years, 1 month ago (2014-10-29 20:10:27 UTC) #3
koda
Ping.
6 years, 1 month ago (2014-11-05 23:01:01 UTC) #4
Ivan Posva
LGTM with comment. -Ivan https://codereview.chromium.org/673253002/diff/80001/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/673253002/diff/80001/runtime/vm/raw_object.h#newcode1228 runtime/vm/raw_object.h:1228: return reinterpret_cast<RawObject**>(end) - 1; Pointer ...
6 years, 1 month ago (2014-11-07 00:18:12 UTC) #5
koda
On 2014/11/07 00:18:12, Ivan Posva wrote: > LGTM with comment. > > -Ivan > > ...
6 years, 1 month ago (2014-11-07 00:51:08 UTC) #6
koda
6 years, 1 month ago (2014-11-07 01:51:23 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as r41592 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698