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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to