Friday, February 3, 2017

Strippable check system in GWT 2.8?

hi,

I heard that the GWT 2.8 check system is strippable (source: https://www.youtube.com/watch?v=P4VhPck5s_g&t=1337s).

By defaut the check level would be normal, which means that the generated js code will do all checks (such as collections bounds checks, API usage checks, java type checks, ...). But if we are confident that the application successfully passes all checks, it seems possible to reduce that check level from normal to optimized or minimal and get a smaller and faster compiled production code.

I haven't found any documentation about this feature, not sure it is actually documented.

Does anybody know how to tell the GWT compiler to change that check level?

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment