Chromium Code Reviews
DescriptionAdd flag which moves super initializer statement
--move_super directs the VM compiler to move the super initializer
of a constructor to the end of the initializer list. The default
value is false. If we opt to enable this functionality, the implicit
phase parameter of constructors can be eliminated, simplifying
constructors significantly.
BUG=
R=regis@google.com
Committed: https://github.com/dart-lang/sdk/commit/019a4e4e5cf5e43bd47f5178c82907dd66dfc4fd
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 5 (1 generated)
|
||||||||||||||||||||||||||||