New issue 78 by eliasbalasis: New Compiler support
http://code.google.com/p/gwt-tooling/issues/detail?id=78
GWTCompiler class is considered obsolete in newer GWT releases.
I offer to undertake the task of implementing support for all options of
new Compiler class.
I will soon publish a patch
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I am particularly interested in implementing support for the -localWorkers
argument which existed in com.google.gwt.dev.GWTCompiler
I suspect that an increased value will consume possibly more memory but
will benefit compilation
performance since it relates to GWT permutations processing.
Since number of permutations is equal to a figure calculated as the number
of supported browsers
times the number of languages used I expect a dramatic performance increase
(which I admit is a must,
current compilation performance is quite low)