Ok, but isn't the ordering done anyway? Maybe we could ask in genSWF, if a class is precompiled, and insert it instead of creating it?
My goal is to be able to use large precompiled binaries. For example, if i use a big library like AnimationPackage, i'm expecting to see some more improvement in speed. Thanks for your ideas, Ralf. Nicolas Cannasse wrote: > Ralf Bokelberg wrote: > >>I wonder, what it really means to do the linking? >>I was naively assuming, that i only have to copy the compiled classes >>from one swf to the other. Can you give an example of a problem? >> >>Cheers, >>Ralf. > > > It's a bit more difficult than that. > Most of the time it's enough to prepend the compiled classed but if you > have a bit more complex cases, for example two separate libraries using > each other, then you need to define some proper ordering, manage > dependencies and proper initialization order... > It's a lot more easy to recompile from sources. > > Nicolas > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
