Confirmed users
398
edits
| Line 13: | Line 13: | ||
** use caches for display lists to reduce overhead of nsIFrame::BuildDisplayList() | ** use caches for display lists to reduce overhead of nsIFrame::BuildDisplayList() | ||
*** https://groups.google.com/d/msg/mozilla.dev.tech.layout/BL3BNQu4sSA/CMHWMEHp9x0J | *** https://groups.google.com/d/msg/mozilla.dev.tech.layout/BL3BNQu4sSA/CMHWMEHp9x0J | ||
* Task Tracer | |||
** Keep the track of tasks | |||
** Record how tasks are post among threads | |||
** Remember when tasks are post, dispatched, completed | |||
** Remember relation-ships among tasks | |||
== Finished == | == Finished == | ||