I am not sure whether you turned on all GWT compiler arguments and some turn off some Dev specific GWT features.
*GWT Compiler Arguments - * - <disableCastChecking>true</disableCastChecking> - <disableClassMetadata>true</disableClassMetadata> - <enableClosureCompiler>true</enableClosureCompiler> - <optimizationLevel>9</optimizationLevel> *GWT module options in .gwt.xml* - <set-property name="compiler.stackMode" value="strip" /> On Sunday, February 3, 2013 6:20:40 AM UTC+5:30, Fabiano Tarlao wrote: > > Hi, > I have wrote a simple benchmark suite in java and I have run with JavaSE > 1.7.0 and, thanks to GWT, I have run the same code on Firefox,Chrome,MSIE > and Opera. > > My results, with the experiment details are published > here:http://thegoodcodeinn.blogspot.it/2013/02/gwt-benchmarks-gwtjsvm-vs-javavm.html > > You know, Javascript VM have highly improved recently but how good is GWT > at compiling java into Javascript? And.. how efficient is the GWT compiled > code+JsVM compared to Java bytecode running on a Java Virtual Machine?? > I was just curious about. > > Hope you like this experiment, comments are appreciated. > Have fun > > Fabiano > > PS: > My benchmark is oriented to numeric, data crunching; no multimedia. > I'll also release the benchmark code later.. if requested. I'm only a bit > lazy at the moment. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
