On Mar 2, 9:23 am, Steve <[email protected]> wrote:
> On Mar 2, 10:51 am, John J Barton <[email protected]> wrote:
>
>
>
> > Because the line marking is faster in 1.4.
>
> I realize that it's supposed to be faster... like I said, I read your
> blog post about it... but it's still not going to be as fast as not
> doing it at all.
Lots of stuff in the UI happens while you are reading/thinking etc. So
this stuff is "doing something" but it should not prevent you from
also 'doing something'.
>
>
> > Thanks, but its not about the work. The marks are added in a separate
> > pass off the main UI loop so that other UI decorations can be added.
> > If this one is not working well, then adding more is not the right
> > direction.
>
> I don't really see where you're coming from here. I'm not adding more
> to anything... I'm just keeping it from doing something (marking the
> lines green). Doing nothing is definitely faster than doing
> something.
As I said, its not true. The CPU is always going at the same speed,
whether idle or marking exe lines. (well new CPU slow them selves down
for energy saving). So there is no faster here. It's only about
whether the UI block you or not. There should be nothing preventing
you from using the UI. But may be it does: we want to fix it.
BTW how many lines do you show from the page? I think that may be a
difference.
As we add more decorations we don't want more blocking, more options
to turn off decorations etc. Rather we want to figure out how to make
the decorations not block the UI.
Is that clearer?
jjb
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---