TPEPerformance: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 62: Line 62:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=945166 Bug 945166] - Merge JS bytecode, jit code, type tree and shape tree of iframes of embedded YouTube videos.
* [https://bugzilla.mozilla.org/show_bug.cgi?id=945166 Bug 945166] - Merge JS bytecode, jit code, type tree and shape tree of iframes of embedded YouTube videos.
** Ion/baseline codes, bytecode, script-source, type, shape, etc.
** Ion/baseline codes, bytecode, script-source, type, shape, etc.
* Evaluate the code generator for ARM in IonMonkey.
* [https://bugzilla.mozilla.org/show_bug.cgi?id=945161 Bug 945161] - Stop decode big image for the browser app for low end devices.
* [https://bugzilla.mozilla.org/show_bug.cgi?id=945161 Bug 945161] - Stop decode big image for the browser app for low end devices.
* [https://bugzilla.mozilla.org/show_bug.cgi?id=945152 Bug 945152] - Make memory of TypedArrays returned by XHR backing with the local file.
* [https://bugzilla.mozilla.org/show_bug.cgi?id=945152 Bug 945152] - Make memory of TypedArrays returned by XHR backing with the local file.
Line 73: Line 72:
* Media
* Media
** Unified buffering
** Unified buffering
* Evaluate the code generator for ARM in IonMonkey.

Revision as of 09:52, 2 December 2013

This page is for tracking tasks of the performance team at Mozilla Taipei Office.

Working On

Ideas

  • Track JSObjects that fallback to dictionary mode
    • Time spent(impaction) on objects of dictionary mode
    • For games
  • command queue for SVG frames
  • Compare loading time for loading from scratch and from dumped image.
  • Establish a benchmark to measure memory usage. Refer to AWSY.
  • Bug 945166 - Merge JS bytecode, jit code, type tree and shape tree of iframes of embedded YouTube videos.
    • Ion/baseline codes, bytecode, script-source, type, shape, etc.
  • Bug 945161 - Stop decode big image for the browser app for low end devices.
  • Bug 945152 - Make memory of TypedArrays returned by XHR backing with the local file.
    • Use-case tables of keyboard apps.
    • Tim is in charged of the use-case.
  • Bug 945174 - Evaluate zram performance and Bug 899493.
  • App session resuming
    • like hibernate
    • load an App from storage and restore to the states of last killed.
  • Media
    • Unified buffering
  • Evaluate the code generator for ARM in IonMonkey.