Hi,

I'm now using the officiel build and not only for a coded by hand  
application.
What does that mean ? I'm launching create-appliction and then  
generate.py build at runtime.
Unfortunatly, the geberate build is very very (very ?) long.

What can I do on my side to improve speed of geenrate.py build ?
Is there some clue, hint, option, directive ... I could pass to the  
generator to improve speed ?
For example, I know some dependencies (from our app to our lib), could  
that save some time at build-time ?

Note : I'm talking about the first call the generate build.

I did some chrono and got 3 minutes !!!
It's just too long for a very simple application (15 classes, all  
included) without translation, without ressources.

Note 2 : and keep in mind that 3 minutes is at run-time, not at build- 
time, we got an end-user waiting behind another qooxdoo app.

The chrono goes down to 20s for a second compile without any change in  
the code of the application.

I'm wondering if some task could be run parralel in the generator ? I  
noticed that only one core is used (both cores at 50% on my core 2 duo).

Where are the cache store ? I remember somewhere in /var/folders but  
I'm not sure and can't remember where I found that :-)
I'm thinking to "cut and paste" cache folder for a given application  
so I could have a hot compile (cold one would be the very first one)  
ensuring that the system or our own code didn't wipe cache out between  
compile.
To do that, I'll have to understand how cache folder are linked to  
application.

Thanks !



------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to