Re: Design of the GWT Compiler

2013-07-01 Thread Bhaskar Janakiraman
The videos are very close to being posted (probably this week). it may not answer all your questions, but its a good introduction. Bhaskar On Mon, Jun 24, 2013 at 10:30 AM, Ranjith Chungath < ranjith.chung...@gmail.com> wrote: > Pl. send me the link to the same when they are available > Tha

Re: Design of the GWT Compiler

2013-06-24 Thread Ranjith Chungath
Pl. send me the link to the same when they are available Thanks, Ranjith On Monday, June 24, 2013 12:47:16 AM UTC+5:30, Thomas Broyer wrote: > > > On Sunday, June 23, 2013 7:21:16 PM UTC+2, Ranjith Chungath wrote: >> >> Hi, >> >> I would like to understand the GWT compiler in deep. The cl

Re: Design of the GWT Compiler

2013-06-23 Thread Thomas Broyer
On Sunday, June 23, 2013 7:21:16 PM UTC+2, Ranjith Chungath wrote: > > Hi, > > I would like to understand the GWT compiler in deep. The classes and the > flow. > > For E.g., the following classes and the Visitors > >- com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer >- com.google.

Design of the GWT Compiler

2013-06-23 Thread Ranjith Chungath
Hi, I would like to understand the GWT compiler in deep. The classes and the flow. For E.g., the following classes and the Visitors - com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer - com.google.gwt.dev.jjs.JavaToJavaScriptCompiler - com.google.gwt.dev.jjs.impl.CodeSplitter -