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

Issue 203443012: Fix canonicalization of types. (Closed)

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

Description

Fix canonicalization of types. Add functions retrieving canonical types by their index or vice versa (used by a future cl supporting types in vm service). Add getters for type argument instantiations (used by future cl). R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=34128

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -32 lines) Patch
M runtime/vm/code_generator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/isolate.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 16 chunks +162 lines, -31 lines 0 comments Download
M runtime/vm/reusable_handles.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
regis
6 years, 9 months ago (2014-03-19 17:54:15 UTC) #1
hausner
LGTM https://codereview.chromium.org/203443012/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/203443012/diff/1/runtime/vm/object.cc#newcode3259 runtime/vm/object.cc:3259: if (types.IsNull() || !types.IsArray()) { At this point, ...
6 years, 9 months ago (2014-03-19 18:27:28 UTC) #2
regis
Thanks! https://codereview.chromium.org/203443012/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/203443012/diff/1/runtime/vm/object.cc#newcode3259 runtime/vm/object.cc:3259: if (types.IsNull() || !types.IsArray()) { On 2014/03/19 18:27:28, ...
6 years, 9 months ago (2014-03-19 18:46:00 UTC) #3
regis
6 years, 9 months ago (2014-03-19 18:49:02 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r34128 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698