Hi, After updating to the latest Flex SDKs I am experiencing a dramatic increase in compile time when compiling my Skin modules (With the normal swc and swfs there is no noticeable change). While compiling the skin Module (Compilation Entry Point is a CSS file) the compile time jumped up from about 20 Seconds to 5-6 Minutes and it is sort of starting to bug me a little.
Shooting at the compiler with JProfiler shows a lot of collection iterator operations but I couldn't actually pin point a hot spot besides that it's in the Compiler. Now I know there is this new Compiler (Falcon) ... what it the status of this? From the "Current Status" in Confluence it's not yet finished. I would like to make Flexmojos support Falcon. Is the API for the old compiler and Falcon the same? Having a look at the usage on the Wiki it seems to be the same class as the old compiler, so replacing the compiler should be as easy as selecting a different compiler.jar in Maven plugin dependencies. Chris