simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

Parallel Compiler #3

Closed dawsonsystems closed 12 years ago

dawsonsystems commented 12 years ago

Extract the compilation to a seperate class. Add 2 strategies, a GWT workers parallel strategy (as before). A full parallel strategy that will run multiple copies of the GWT compiler in parallel, rather than relying on the internal workers. Ensure that all stages of the compilation are run in parallel.