Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
GWT 1.5 - Compiler is new too slow
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 34 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mikael Grev  
View profile  
 More options May 29 2008, 2:09 pm
From: Mikael Grev <mikael.g...@gmail.com>
Date: Thu, 29 May 2008 11:09:28 -0700 (PDT)
Local: Thurs, May 29 2008 2:09 pm
Subject: GWT 1.5 - Compiler is new too slow
Hello and congrats to the 1.5 RC. Support for Java 5 is excellent and
I am excited.

I have one problem though and this might turn out to be a showstopper
for me. In 1.4.62 compiling the GWT client part took approximately
five seconds. Same code now take 35 seconds to compile. This is too
slow for me since I tend to code and run a lot.

I have just about 2000 lines in the client code and give the compiler
512MB to play with. It is using both cores on 100%.

I guess this is due to the new and cool optimizations in the compiler.
Not sure how easy this is to solve for you but maybe a switch to
disable the optimizations?

Please advice if you will not do anything about the compiler speed
since I will probably have to revert back to 1.4.62 if so. :(

Cheers,
Mikael Grev

Macbook Pro 2,4GHz, 4GB Mem. Leopard with all updates. Java 5.0 and
Java 6.0.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rjcarr  
View profile  
 More options May 29 2008, 10:05 pm
From: rjcarr <rjc...@gmail.com>
Date: Thu, 29 May 2008 19:05:09 -0700 (PDT)
Local: Thurs, May 29 2008 10:05 pm
Subject: Re: GWT 1.5 - Compiler is new too slow
This is bad news ... my compile on 1.4.62 takes a solid 30+ seconds
and it is about all I can handle.  If this even doubles it will be a
problem.  Here's to hoping your problem is unique ... no offense. :)

On May 29, 11:09 am, Mikael Grev <mikael.g...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Samyem Tuladhar  
View profile  
 More options May 29 2008, 10:09 pm
From: Samyem Tuladhar <sam...@gmail.com>
Date: Thu, 29 May 2008 19:09:55 -0700 (PDT)
Local: Thurs, May 29 2008 10:09 pm
Subject: Re: GWT 1.5 - Compiler is new too slow
I have a fairly large code base in GWT 1.4 and it takes about 32
seconds to compile my module. With 1.5RC1, it took 7.5 minutes. I
didn't get much warnings about what may be causing such a big
difference in compile time but what 1.5 took is beyond acceptable in
my project.

GWT insiders may have some hints on why compiling is so slow with the
1.5. Any ideas?

Thanks,

On May 29, 10:05 pm, rjcarr <rjc...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
steveneo@gmail.com  
View profile  
 More options May 29 2008, 10:53 pm
From: "steve...@gmail.com" <dapeng...@gmail.com>
Date: Thu, 29 May 2008 19:53:49 -0700 (PDT)
Local: Thurs, May 29 2008 10:53 pm
Subject: Re: GWT 1.5 - Compiler is new too slow
My code base is large as well. It takes 10 minutes,triple slower than
1.4. And do your guys get any errors on RPC calls? My code seems lost
some response  from RPC call only on RC1

Cheers,
www.wibokr.com

On May 30, 12:09 pm, Samyem  Tuladhar <sam...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mikael Grev  
View profile  
 More options May 30 2008, 2:40 am
From: Mikael Grev <mikael.g...@gmail.com>
Date: Thu, 29 May 2008 23:40:25 -0700 (PDT)
Local: Fri, May 30 2008 2:40 am
Subject: Re: GWT 1.5 - Compiler is new too slow
I should also mention that this is of course the compilation to
Javascript. I use -noserver since I need to serve up some images.

I couldn't make it work in hosted mode in 1.4.62. Is there anything
new that could make the internal tomcat to be used? I use IDEA and I
know that was par of the problem.

Cheers,
Mikael


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Broyer  
View profile  
 More options May 30 2008, 6:28 am
From: Thomas Broyer <t.bro...@gmail.com>
Date: Fri, 30 May 2008 03:28:46 -0700 (PDT)
Local: Fri, May 30 2008 6:28 am
Subject: Re: GWT 1.5 - Compiler is new too slow

On 29 mai, 20:09, Mikael Grev <mikael.g...@gmail.com> wrote:

> Hello and congrats to the 1.5 RC. Support for Java 5 is excellent and
> I am excited.

> I have one problem though and this might turn out to be a showstopper
> for me. In 1.4.62 compiling the GWT client part took approximately
> five seconds. Same code now take 35 seconds to compile. This is too
> slow for me since I tend to code and run a lot.

If you're using the GWTShell (even with -noserver, except if you're
doing much GWT-RPC...), you don't have to compile each time you want
to run the code (and you don't even have to re-run the GWTShell; just
press F5 or the Refresh button and you're done).

Have you switched to Java 5 generics? (replacing @gwt.args with Java
type parameters)

> I have just about 2000 lines in the client code and give the compiler
> 512MB to play with. It is using both cores on 100%.

> I guess this is due to the new and cool optimizations in the compiler.
> Not sure how easy this is to solve for you but maybe a switch to
> disable the optimizations?

-XdisableAggressiveOptimization ;-)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rusty  
View profile  
 More options May 30 2008, 7:36 am
From: rusty <rustysh...@gmail.com>
Date: Fri, 30 May 2008 04:36:20 -0700 (PDT)
Local: Fri, May 30 2008 7:36 am
Subject: Re: GWT 1.5 - Compiler is new too slow
I think there is already a case to cover this:
http://code.google.com/p/google-web-toolkit/issues/detail?id=2347

It's marked as being for 1.5...so I find it weird that it's no in the
first Release Candidate?

On May 30, 7:28 pm, Thomas Broyer <t.bro...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
stuckagain  
View profile  
 More options May 30 2008, 8:37 am
From: stuckagain <david.no...@gmail.com>
Date: Fri, 30 May 2008 05:37:20 -0700 (PDT)
Local: Fri, May 30 2008 8:37 am
Subject: Re: GWT 1.5 - Compiler is new too slow
Haha,

What are you guys complaining about :-) I'm typically waiting 20
minutes when compiling my project :-D. It would be very nice if they
found a way to better use multicore/multiprocessor systems. I read
that Java 6 is now going multicore when compiling as well, that would
be sweet!

But ofcourse, I'm not yet complaining:
- I see a big speed improvement in hosted mode compared to 1.4.
Startup time is a loot quicker!
- I still need to migrate to generics & annonations, but it's too much
work at this time, other requirements (finish up this release with
1.4).
- I do see some issues in our application with some RPC methods not
working anymore. But I already found some issues in the application,
which before was not really giving a problem and now it does. The
other problems I'm seeing is in our GWT-RPC to SessionBean servlet
because the RPC internals have changed a bit.

Only a small part of my application I can not test in hosted mode
because I am using an Applet for certain functionality and applets
don't work in hosted mode.

David

On May 30, 1:36 pm, rusty <rustysh...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Samyem Tuladhar  
View profile  
 More options May 30 2008, 10:44 am
From: Samyem Tuladhar <sam...@gmail.com>
Date: Fri, 30 May 2008 07:44:02 -0700 (PDT)
Local: Fri, May 30 2008 10:44 am
Subject: Re: GWT 1.5 - Compiler is new too slow
Hopefully with the next release of 1.5, the compile time is as fast,
or faster, than 1.4. Also I am despetately waiting for the "lazy
loading" feature to be implemented into GWT sometime soon.

On May 30, 8:37 am, stuckagain <david.no...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
npoirier@gmail.com  
View profile  
 More options May 30 2008, 11:18 am
From: "npoir...@gmail.com" <npoir...@gmail.com>
Date: Fri, 30 May 2008 08:18:26 -0700 (PDT)
Local: Fri, May 30 2008 11:18 am
Subject: Re: GWT 1.5 - Compiler is new too slow
One tip for speeding up the javascript compilation when in development
is to target a single browser, using the property user.agent in
module.gwt.xml.

Also, a verbose LogLevel can really slow down the compilation, make
sure the console does not log everything.

On May 30, 10:44 am, Samyem  Tuladhar <sam...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeremy Cohen  
View profile  
 More options May 30 2008, 11:30 am
From: "Jeremy Cohen" <jeremy.h.co...@gmail.com>
Date: Fri, 30 May 2008 11:30:43 -0400
Local: Fri, May 30 2008 11:30 am
Subject: Re: GWT 1.5 - Compiler is new too slow

Same here - the GWT 1.5 RC1 compile is magnitudes slower than 1.4 ( ~3 mins
compared to ~45s in GWT 1.4 ). Additionally the startup in hosted mode is
also extremely slow in GWT 1.5. It's to a degree of not being usable for a
large project. For now I'm going to stay with GWT 1.4 and hope that there
are some performance improvements before GWT 1.5 final.

Just curious if the GWT team have run performance tests with GWT 1.5? Do you
have a real world large project that you test and compare the performance of
1.5 with 1.4?

Jeremy

On Fri, May 30, 2008 at 11:18 AM, npoir...@gmail.com <npoir...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Antonio Leonforte  
View profile  
 More options May 30 2008, 12:55 pm
From: Antonio Leonforte <antonio.leonfo...@fhoster.com>
Date: Fri, 30 May 2008 09:55:53 -0700 (PDT)
Local: Fri, May 30 2008 12:55 pm
Subject: Re: GWT 1.5 - Compiler is new too slow
We have a quite large project and it already takes 3 minutes to
compile with GWT 1.4. This means that GWT 1.5 is simply not an option
for us, I'm afraid. We cannot wait 20 minutes each time we compile...

>> One tip for speeding up the javascript compilation when in development is to target a single browser, using the property user.agent in module.gwt.xml.

What if you wanted to target just two browsers ?

Antonio.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
npoirier@gmail.com  
View profile  
 More options May 30 2008, 1:50 pm
From: "npoir...@gmail.com" <npoir...@gmail.com>
Date: Fri, 30 May 2008 10:50:16 -0700 (PDT)
Local: Fri, May 30 2008 1:50 pm
Subject: Re: GWT 1.5 - Compiler is new too slow

> What if you wanted to target just two browsers ?

It would be nice but I don't think its possible to target two
browsers.  It's one or all.

You could target one browser when developping (FF for example) and
sometimes compile for all browser (or IE) to see if it works
correctly.

On May 30, 12:55 pm, Antonio Leonforte <antonio.leonfo...@fhoster.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
NN  
View profile  
 More options May 30 2008, 2:14 pm
From: NN <neh...@gmail.com>
Date: Fri, 30 May 2008 11:14:23 -0700 (PDT)
Local: Fri, May 30 2008 2:14 pm
Subject: Re: GWT 1.5 - Compiler is new too slow
funny that 1.5 slower compare 1.4

my project is not big one but notice extra time compare 1.4..weird to
start with

On May 30, 10:50 am, "npoir...@gmail.com" <npoir...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
stuckagain  
View profile  
 More options May 31 2008, 6:07 am
From: stuckagain <david.no...@gmail.com>
Date: Sat, 31 May 2008 03:07:34 -0700 (PDT)
Local: Sat, May 31 2008 6:07 am
Subject: Re: GWT 1.5 - Compiler is new too slow
Hi,

Well, the idea is that most of your development can be done using
hosted mode. So you do not need to recompile to JavaScript.
Now unfortunately I seem to have a problem running in hosted mode. It
just crashes with a outofstack:0 message or it just crashes completely
and I end up in the JavaScript debugger.

Some of my RPC services can no longer be instantiated for some reason,
it worked just fine in 1.4.62.
I have the impression that RPC has even more problems with a limited
stack in IE6.

David

On May 30, 6:55 pm, Antonio Leonforte <antonio.leonfo...@fhoster.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Sauer  
View profile  
 More options May 31 2008, 9:20 am
From: "Fred Sauer" <f...@allen-sauer.com>
Date: Sat, 31 May 2008 07:20:14 -0600
Local: Sat, May 31 2008 9:20 am
Subject: Re: GWT 1.5 - Compiler is new too slow

Have you increased you heap size?
e.g.
   -Xmx1024m

--
Fred Sauer
f...@allen-sauer.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
danael  
View profile  
 More options May 31 2008, 12:31 pm
From: danael <carolin...@gmail.com>
Date: Sat, 31 May 2008 09:31:53 -0700 (PDT)
Local: Sat, May 31 2008 12:31 pm
Subject: Re: GWT 1.5 - Compiler is new too slow
Just adding myself to the list of people noticing the slow compilation
time. I tested the GWT 1.5 source code last week and I had this same
problem.
I had changed my code to java 5,

- I switched to Java 5 generics (replacing @gwt.args with Java type
parameters)
- Used the new generic RPC calls
- Used for each loops and used autoboxing
- Removed IsSerializable
- I am using <set-property name="user.agent" value="gecko"/> to
restrict the compilation to just one agent.

in GWT 1.4 takes around 40sec to compile and in that GWT1.5 it took
7.5minutes.
I have not yet tested the RC1 version since it takes couple of days to
migrate my large code to 1.5 and the last time I did, it compiled but
never run, no warning, no error, no alerts being displayed even on the
first line of the code...nothing...just blank page resulting in a
frustrating rol back to GWT 1.4 :)

Regards and thank you guys for the hard work. Good luck.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Sauer  
View profile  
 More options Jun 1 2008, 2:22 am
From: "Fred Sauer" <f...@allen-sauer.com>
Date: Sun, 1 Jun 2008 00:22:48 -0600
Local: Sun, Jun 1 2008 2:22 am
Subject: Re: GWT 1.5 - Compiler is new too slow

Besides the usual hints already suggested, there are some JVM tuning options
which may alleviate the pain:

   - Take a 1/2 hour to determine the optimal settings for your project,
   which may be different from the optimal settings for someone else's project.
   Time more than one GWT compilation for each option, ignoring the first
   compile, and preferably averaging a few iterations.
   - Repeat this process when your project grows/shrinks significantly, or
   there are other specific aspects of your project which have changed
   significantly.
   - Note, results may differ with a different class of machine, or machine
   with a different architecture. Repeat tests as necessary.

Specific stesp to make your project compile faster:

1. Install the latest Java 6 (currently u6). You can still compile 1.5
source, and produce 1.5 bytecode. I've seen Java 6 beat Java 5 (GWT) compile
time by 25%. In Eclipse change your default installed JRE to Java 6 (Window
-> Preferences -> Java -> Installed JREs), but set your GWT project to use
1.5 source and produce 1.5 compatible byte code (Project -> Properties ->
Java Properties -> Java Compiler).

2. Increase the max (and min) heap size. You can try different values, but
"-Xms1024m -Xmx1024m" works well for many projects. The biggest win is
provided by "-Xmx1024m", but there is a slight additional gain from
"-Xms1024m".

3. If you have a small project, the client VM works best for GWT compiles.
For larger projects (which take longer to compile), the server VM tends to
be faster overall. Compile your project with both "-client" and "-server",
and compare. Which VM is the default depends on whether the JVM considers
your machine a server class machine:
http://java.sun.com/j2se/1.5.0/docs/guide/vm/server-class.html

4. By adding "-verbose:gc" you can get an idea of the amount of garbadge
collection taking place. You might compare "-XX:+UseParallelGC" and
"-XX:+UseConcMarkSweep" (suitable for multi core systems) compile times. In
practice I've not seen an advantage in altering the collector for GWT
compiles on my projects, but your results may differ. The collector can make
a huge difference on N-way server class machines (with N preferably > 2).
So, on your J2EE server give "-XX:+UseConcMarkSweep" a whirl. You might be
surprised. Note of caution: usefulness of GC advise is often short lived.
Also, there's no such thing as a GC setting which always speeds things up
(if there was, Sun would bake it into their VM). Finally, what settings are
optimial may depend on load characteristics, your source code, the JVM
version your are running, what architecture you are on, and what external
influence exists. Having read that, be practical: if it makes your code
compile faster, use it. Just remember to check back later and make sure that
settings is still the right choice.

5. Cross polinate: be sure to update your IDE, your compile/shell scripts,
and ant/maven/whatever builds, or whatever else you compile with.

6. Reply back with your findings!

HTH
Fred

--
Fred Sauer
f...@allen-sauer.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gaetan Zoritchak  
View profile  
 More options Jun 1 2008, 9:52 am
From: Gaetan Zoritchak <g.zoritc...@gmail.com>
Date: Sun, 1 Jun 2008 06:52:11 -0700 (PDT)
Local: Sun, Jun 1 2008 9:52 am
Subject: Re: GWT 1.5 - Compiler is new too slow
Hi,

The compilation  time is one of our concern because of the size of our
application.

Currently our strategy is the following :

1. We use the presentation model pattern to organize our client code.
This pattern allows us to create a lot of small client applications
limited to the current developments. When we work on the design or
layout the client application doesn't use any RPC interface. We build
the full client application only when it is really needed before
releasing.

2. We limit the compilation to the user.agent "gecko1_8" which is the
best for development time thanks to firebug.

My 2 cents,
Gaetan Zoritchak


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gaetan Zoritchak  
View profile  
 More options Jun 1 2008, 10:03 am
From: Gaetan Zoritchak <g.zoritc...@gmail.com>
Date: Sun, 1 Jun 2008 07:03:12 -0700 (PDT)
Local: Sun, Jun 1 2008 10:03 am
Subject: Re: GWT 1.5 - Compiler is new too slow
I forgot one point we didn't test yet but that should provide an
interesting solution.

GWT 1.5 allows to compile each module separately and then include each
module with a separate <script> tag in the html page. Dividing a big
application in such modules should allow to compile only what is under
development.

did somebody try this solution?

Gaetan Zoritchak

On Jun 1, 3:52 pm, Gaetan Zoritchak <g.zoritc...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
USNaviguide.com  
View profile  
 More options Jun 1 2008, 12:58 pm
From: "USNaviguide.com" <cor...@gmail.com>
Date: Sun, 1 Jun 2008 09:58:31 -0700 (PDT)
Local: Sun, Jun 1 2008 12:58 pm
Subject: Re: GWT 1.5 - Compiler is new too slow
It seems to me that adding http requests for the convenience of the
developer is contrary to "rule #1" for GWT, the user's experience will
suffer. Also, it may be the resulting Javascript would be bloated by
dividing up the application into modules. Caveat: GWT newbie.

-John Coryat

http://maps.huge.info

http://www.usnaviguide.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Sauer  
View profile  
 More options Jun 1 2008, 1:06 pm
From: "Fred Sauer" <f...@allen-sauer.com>
Date: Sun, 1 Jun 2008 11:06:37 -0600
Local: Sun, Jun 1 2008 1:06 pm
Subject: Re: GWT 1.5 - Compiler is new too slow

Gaetan,

While that would create smaller chunks of code to compile, with each
individual compile not take too long, you will find that the end user
experience will suffer. Shared code among the modules will be duplicated in
each compiled output. Startup overhead will multiple. Overall download size
will increase, and in some cases more importantly, number of HTTP round
trips will increase.

The fact that GWT does a single monolithic compilation was a very conscious
decision. This allows the GWT compiler to perform all sorts of optimizations
that are not possible in a Java VM because which classes are loaded at run
time is not known in advance. In short: whenever possible, perform only a
single GWT compilation; you loose a LOT of benefits if you don't do this.

Having said that, it is possible to have two entirely uncoordinated teams
work on different GWT projects and have both deployed to a single web page.
This might make sense for an intranet web portal, in which case the impact
of additional downloads, HTTP requests, and so on is limited in scope, and
offset by the convenience of independent deployment, compilation, etc.

Do note that you have multiple entry points in one module, and have multiple
pieces of code which are *logically* independent, which could even be
compiled separately during development, but for production deployment get
compiled in a single GWT deployment.

Hope that helps and makes sense.

Cheers
Fred

On Sun, Jun 1, 2008 at 8:03 AM, Gaetan Zoritchak <g.zoritc...@gmail.com>
wrote:

--
Fred Sauer
f...@allen-sauer.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gaetan Zoritchak  
View profile  
 More options Jun 2 2008, 6:10 am
From: Gaetan Zoritchak <g.zoritc...@gmail.com>
Date: Mon, 2 Jun 2008 03:10:12 -0700 (PDT)
Local: Mon, Jun 2 2008 6:10 am
Subject: Re: GWT 1.5 - Compiler is new too slow
Fred,

I haven't been clear. We make a lot of small app only for the
development process. When we release a new version of the application
or for bigger tests we compile the entire application in one script.

Working like that saves a lot of time and avoid interuptions during
the development phase.

Cheers,
Gaetan

The smaller apps allows us to quicky launch what we're working on

On Jun 1, 7:06 pm, "Fred Sauer" <f...@allen-sauer.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Miguel Méndez  
View profile  
 More options Jun 2 2008, 9:32 am
From: "Miguel Méndez" <mmen...@google.com>
Date: Mon, 2 Jun 2008 09:32:38 -0400
Local: Mon, Jun 2 2008 9:32 am
Subject: Re: GWT 1.5 - Compiler is new too slow

Do you get any warnings/errors when trying to instantiate your RPC service?
 Also, why do you suspect an RPC/stack size issue on IE6?

--
Miguel

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
timothytoe  
View profile  
 More options May 31 2008, 1:02 pm
From: timothytoe <timothy...@gmail.com>
Date: Sat, 31 May 2008 10:02:19 -0700 (PDT)
Local: Sat, May 31 2008 1:02 pm
Subject: Re: GWT 1.5 - Compiler is new too slow
For those of you who are working mostly in hosted mode, how quickly
can you make a code change and test it?

One of my favorite things about writing in JavaScript is that there is
no compilation time. I just make the change, save the code, and
refresh the browser.

GWT is interesting, and maybe I'll try it, but I hate to go back to a
development cycle that includes compilation.

One thing I've considered is writing my own library to use in my
projects. Someone mentioned that they've ported jQuery to Java w/ GWT
and that it's faster than native jQuery. Anyone using GWT for this-'n'-
that but still writing code in JavaScript as well? I prefer loose and
dynamic languages, but I'm willing to do a bit of Java for a few
things if the compiler really does produce faster code than I'm likely
to write.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 34   Newer >
« Back to Discussions « Newer topic     Older topic »