From: Arno P. <ar...@pu...> - 2011-02-07 17:39:05
|
a quick comment about the trimmer: the trimmer works on the generated Objective-C source code and does a fine job at reducing the number of files that need to be compiled. Much has happened in XMLVM's pipeline and the input process now can compute dependencies. Those dependencies also extend into the J2SE API (which is why we cannot use this for the Objective-C backend since it cannot handle the complex code of Harmony's J2SE implementation). The benefit of doing the dependency analysis early in the pipeline is that all backends can benefit from it. Arno On 2/7/11 2:15 AM, Panayotis Katsaloulis wrote: > Although first compilation might be slow, all consequence compilations should onle recompile only the required/changed files. > > In the other hand, if you want to compile only the minimum required files, you can enable trimmer ( which is enabled by default). > > Having said this, it is possible to do it, but there is a need someone to write this first! > > -- > Panayotis > > 5 Φεβ 2011, 5:52 μ.μ., ο/η Leo Izen<leo...@gm...> έγραψε: > >> I noticed that every time an iPhone app is built, we end up having to compile a HUGE backend into the app every time. Why not make it so the first time we compile an app we take all these .h and .c files and compile it into libxmlvm.a so any subsequent builds will just link statically to this libxmlvm.a? >> ------------------------------------------------------------------------------ >> The modern datacenter depends on network connectivity to access resources >> and provide services. The best practices for maximizing a physical server's >> connectivity to a physical network are well understood - see how these >> rules translate into the virtual world? >> http://p.sf.net/sfu/oracle-sfdevnlfb >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |