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:yanlile...@gmail.com] 
Sent: Wednesday, January 25, 2012 9:15 PM
To: flex-dev@incubator.apache.org
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?

Reply via email to