Mobile/MemoryOptimization

From MozillaWiki
< Mobile
Revision as of 00:29, 17 February 2011 by Azakai (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tools

The best tool is probably Massif, in valgrind.

This will work:

 valgrind --smc-check=all --trace-children=yes --tool=massif ./fennec

Note that you need --smc-check=all even in Massif, or you will crash in pages with JS JIT stuff.