I need to check whether it makes any difference if the LFC .swc is compiled with debug flag, or only makes a difference at the final link with mxmlc. I.e., does the mxmlc strip out debug info from libraries it links with if the debug flag is false when it is called?
On Tue, Feb 12, 2008 at 11:31 PM, Donald Anderson <[EMAIL PROTECTED]> wrote: > On my TODO list is to get the -debug flag on onlywhen we're building the > debug lib. Sounds like that > will be very worthwhile. And should be pretty easy. > Impressive numbers. > > On Feb 12, 2008, at 7:09 PM, Henry Minsky wrote: > > I did some more timing measurement of the example (instantiating 1000 > views). > > Of particular interest is when I compiled the swf9 app with flex debug > compiler flag turned off, it got much faster. > > total msec view creation msec > > swf8 450 270 > safari 292 230 > webkit 220 167 > swf9 148 93 > swf9-nondebug 89 68 > > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] > > > > > -- > > Don Anderson > Java/C/C++, Berkeley DB, systems consultant > > voice: 617-547-7881 > email: [EMAIL PROTECTED] > www: http://www.ddanderson.com > > > > > -- Henry Minsky Software Architect [EMAIL PROTECTED]
