Chromium Code Reviews
DescriptionRefactor the collection of initializer list types
Instead of storing a boolean to indicate whether a field is only
intialized to an integer store the propagated type instead. If
different types are encountered for the same field indicate this with
HType.UNKNOWN.
Also fix a bug in the checking, as potential single type initializers
is not the same as known single type initializers.
This is in preparation for information on other types than integers.
R=floitsch@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=8963
Patch Set 1 #Patch Set 2 : Moved data structures to backend #
Total comments: 1
Patch Set 3 : Moved data structures to JavaScriptBackend and used Element as key #Patch Set 4 : Rebased to r8890 #Patch Set 5 : Minor fix #
Total comments: 12
Patch Set 6 : Addressed last round of comments #
Messages
Total messages: 7 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||