On 2/19/12 2:08 PM, "Michael A. Labriola" <labri...@digitalprimates.net>
wrote:

>> Alex, one question. Will Falcon still generate a function per tag? So far,
>> this was the most... controversial... feature of MXMLC... well, "most" is
>> subjective :)
> 
> My personal hope is that it is encoded to a data structure and we only see a
> single function as a hook to retrieve that structure.
The current implementation is that all tags are encoded into an array that
gets interpreted during a method call in the lifecycle of the container so
it can be intercepted or the array can be modified up front.  There are
plans for an API for manipulating the array.  It turned out to be much
faster to read the array than a data structure.

But it is just a stake in the ground and can certainly be changed.

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to