Re: Preparing ActionScript Bytecode

2014-03-28 Thread João Fernandes
> >>300k > >> >to > >> >800k in size).Is this more "acceptable" as overhead? I still find it > >>too > >> >much considering that apps can have something in between 12 to 20 fps > >>and > >> >clearly this times ar

Re: Preparing ActionScript Bytecode

2014-03-28 Thread Alex Harui
On 3/28/14 11:10 AM, "João Fernandes" wrote: >Ok, I got around 600k lines of content so I guess that's what's >taking my ms away. Well some of that is traits and some is just method code, but yes, it helps you see how much traits info needs to be processed to create the classes and multiname s

Re: Preparing ActionScript Bytecode

2014-03-28 Thread Alex Harui
rnandes" wrote: >I've noticed a lot of time is spent is this process when a module is >loaded >(movieClip.nextFrame > preparing ActionScript Bytecode) and I wonder if >there is any way to optimize and prevent so much overhead in this process. > >-- > >João Fernandes

Preparing ActionScript Bytecode

2014-03-28 Thread João Fernandes
I've noticed a lot of time is spent is this process when a module is loaded (movieClip.nextFrame > preparing ActionScript Bytecode) and I wonder if there is any way to optimize and prevent so much overhead in this process. -- João Fernandes

Re: Preparing ActionScript Bytecode

2014-03-28 Thread Alex Harui
ll find it >>too >> >much considering that apps can have something in between 12 to 20 fps >>and >> >clearly this times are way above the budget. >> > >> > >> >On 28 March 2014 16:27, Alex Harui wrote: >> > >> >> Yes,

Re: Preparing ActionScript Bytecode

2014-03-28 Thread João Fernandes
s times are way above the budget. > > > > > >On 28 March 2014 16:27, Alex Harui wrote: > > > >> Yes, the images say self time is 1.6 seconds. How big is the module? > >> It might be interesting to see what the FB profiler shows. > >> > >&g

Re: Preparing ActionScript Bytecode

2014-03-28 Thread Alex Harui
quot;João Fernandes" wrote: >I've noticed a lot of time is spent is this process when a module is >loaded >(movieClip.nextFrame > preparing ActionScript Bytecode) and I wonder if >there is any way to optimize and prevent so much overhead in this process. > >-- > >João Fernandes -- João Fernandes

Re: Preparing ActionScript Bytecode

2014-03-28 Thread Alex Harui
:27, Alex Harui wrote: > >> Yes, the images say self time is 1.6 seconds. How big is the module? >> It might be interesting to see what the FB profiler shows. >> >> -Alex >> >> From: João Fernandes >> Reply-To: "[email protected]" &g

Re: Preparing ActionScript Bytecode

2014-03-28 Thread João Fernandes
own and should be directly related to the > amount of code in the module. > > -Alex > > On 3/28/14 7:42 AM, "João Fernandes" > wrote: > > >I've noticed a lot of time is spent is this process when a module is > >loaded > >(movieClip.nextFrame &

Re: Preparing ActionScript Bytecode

2014-03-28 Thread João Fernandes
B profiler shows. > > -Alex > > From: João Fernandes > Reply-To: "[email protected]" > Date: Friday, March 28, 2014 8:13 AM > To: "[email protected]" > Subject: Re: Preparing ActionScript Bytecode > > > I think it's the self time (s