gwt /
gwt /
d71242d2caafd7a982e6308d807a0099d1fbda91 The JS inliner counts the number of invocations of each function, treating
specially those that are only invoked once. This patch updates those counts
as the inliner runs, thus making the counts more accurate. Without the patch,
the inliner could decide to inline a very large function multiple times because
it thought the very large function was only called once.
Review by: scottb (desk check)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2975 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed