... I'm working on a couple of theories, but I'm interested to hear other opinions.
This has been verified on three different machines, two windows the other linux. The compiler used is flexbuild (Presumably mxmlc) and ant with mxmlc.
We added code to a small stand-alone single .as file project and the compiled swf file size went down by 20k, from 32k to 12k on the linux box. Slightly different on the windows box, from 27k to 8.5k.
With a custom tool we've verified that both versions are using native swf compression, no massive additional metadata, the only modification to the ant build script is to add an swc file to the build.
No removal of code (No import removals, no variable removals, nada), only addition and pretty simple at that, a couple of components added to the stage, enabled, a couple of small functions, etc, no loops modified, nothing obvious that would result in less code.
Using source control to build the old version still results in a larger file, so it doesn't appear to be a change in the libraries or compiler.
None of the code is using Flex components, just straight "flash.etc..." type imports.
Has anyone seen behavior like this? What do you think might cause this?