On Wed, Apr 27, 2011 at 2:57 PM, Scott Blum <sco...@google.com> wrote:

> If the Java MethodInliner kept call counts, I would have special-cased it
> to allow inlining the static into the instance when it's the only caller.
>  But since call counts aren't already computed, I decided it would be best
> to try it out as is and see if it actually increases code size in practice.


Some of the design of the i18n classes assumes that most of these relay
methods go away due to inlining (and in particular, how migration of
client->shared is done adds lots of single-call relay methods).

-- 
John A. Tamplin
Software Engineer (GWT), Google

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to