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

Issue 153103004: Add a UpdatedGuardedCidBit to Class object so that we don't have (Closed)

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

Description

Add a UpdatedGuardedCidBit to Class object so that we don't have to iterate over all the classes and it's fields to update the GuardedCid value on each call to Dart_Allocate. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=32271

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -12 lines) Patch
M runtime/vm/dart_api_impl.cc View 1 2 1 chunk +16 lines, -12 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
6 years, 10 months ago (2014-02-04 00:11:58 UTC) #1
srdjan
lgtm https://chromiumcodereview.appspot.com/153103004/diff/40001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://chromiumcodereview.appspot.com/153103004/diff/40001/runtime/vm/dart_api_impl.cc#newcode3062 runtime/vm/dart_api_impl.cc:3062: if (!cls.is_updated_guarded_cid()) { Change the name as discussed ...
6 years, 10 months ago (2014-02-04 00:36:55 UTC) #2
siva
https://chromiumcodereview.appspot.com/153103004/diff/40001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://chromiumcodereview.appspot.com/153103004/diff/40001/runtime/vm/dart_api_impl.cc#newcode3062 runtime/vm/dart_api_impl.cc:3062: if (!cls.is_updated_guarded_cid()) { On 2014/02/04 00:36:55, srdjan wrote: > ...
6 years, 10 months ago (2014-02-04 00:52:25 UTC) #3
siva
6 years, 10 months ago (2014-02-04 01:12:58 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r32271 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698