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

Issue 8879063: Changes to set up the object tag bits (Closed)

Created:
9 years ago by siva
Modified:
9 years ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Changes to set up the object tag bits - sets up canonical - sets up created from a snapshot Added code to capture the tag bits during snapshot generation. Committed: https://code.google.com/p/dart/source/detail?r=2436

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+418 lines, -235 lines) Patch
M vm/object.h View 1 2 3 5 chunks +24 lines, -7 lines 0 comments Download
M vm/object.cc View 1 2 3 11 chunks +76 lines, -104 lines 0 comments Download
M vm/raw_object.h View 1 2 3 5 chunks +40 lines, -3 lines 0 comments Download
M vm/raw_object_snapshot.cc View 1 2 3 89 chunks +211 lines, -89 lines 0 comments Download
M vm/snapshot.h View 1 2 3 2 chunks +37 lines, -4 lines 0 comments Download
M vm/snapshot.cc View 1 2 3 10 chunks +30 lines, -28 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
siva
9 years ago (2011-12-14 02:00:34 UTC) #1
regis
LGTM http://codereview.chromium.org/8879063/diff/6002/vm/object.cc File vm/object.cc (right): http://codereview.chromium.org/8879063/diff/6002/vm/object.cc#newcode2139 vm/object.cc:2139: // TODO(regis): Should we add null_class_, void_class_, dynamic_class_ ...
9 years ago (2011-12-14 02:53:36 UTC) #2
siva
9 years ago (2011-12-14 18:04:39 UTC) #3
Thanks.

http://codereview.chromium.org/8879063/diff/6002/vm/object.cc
File vm/object.cc (right):

http://codereview.chromium.org/8879063/diff/6002/vm/object.cc#newcode2139
vm/object.cc:2139: // TODO(regis): Should we add null_class_, void_class_,
dynamic_class_ to
On 2011/12/14 02:53:36, regis wrote:
> Feel free to remove this TODO, as discussed.

Done.

Powered by Google App Engine
This is Rietveld 408576698