It sounds like a decision that has to be made by the project. For mobile apps size is not as much of a concern as performance.
On Thu, Jan 26, 2012 at 2:48 PM, Gordon Smith <[email protected]> wrote: > The Falcon compiler will have some bytecode optimizations that the current > compiler doesn't do, such as constant propogation. But in general, the > question of which optimizations belong in the compiler and which belong in > the JIT is tricky. If you put them all in the compiler, the SWF size could > grow significantly. > > - Gordon Smith, Adobe > > -----Original Message----- > From: James Ong [mailto:[email protected]] > Sent: Wednesday, January 25, 2012 9:15 PM > To: [email protected] > Subject: Optimize Flex performance > > As far as I see, Flex code into bytecode are not optimize for performance. > Is there any plans for committers write efficient compiler? >
