Reputation: 114
Its stated in adobe site that the Flash Builder 4 compiler is indeed 25% more performing than the previous Flex Builder 3 compiler.
How can I confirm that?
For example if I make a simple application on Fx3 and the same on Fx4, then how would I compare the compiler performance using my project?
Thx FlexBoz
Upvotes: 3
Views: 88
Reputation: 1996
You can use the benchmark
compiler argument to output compile times and such.
I'm in agreement with SuperSaiyen that you'd likely need a project of significant size to see any differences. My own experience in upgrading from Flex Builder 3 to Flash Builder 4 has been that, yeah, mxmlc is probably a little bit faster in FB4 but the best way to improve compile times is to optimize your project (e.g., move all embedded fonts to a library project and add them to your main project via SWCs).
Upvotes: 1