Saturday, July 4, 2015

Most code in SOYC report cannot be attributed

I have a 4.2MB GWT application using the default linker with no split points that I'm trying to run a SOYC report on. The report tells me that 741k comes from "all other", 28k comes from "jre", 6k comes from "gwtLang", 139k comes from Strings, and the remaining 3.4MB "cannot be attributed to any package or code type." That's over 80% of the application, which makes the report pretty useless for optimizing.

Why would GWT be failing to identify the source of most of the code? Scanning through the output visually there's nothing that jumps out at me as unusual. I'm compiling in obfuscated mode with cast checking disabled, but I have class metadata enabled.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment