019a4e4e5c
--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 Review URL: https://codereview.chromium.org/1382533003 .