Mobile/MemoryOptimization: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: == Issues == == Goals == == Task list == === Bugs === === Features ===)
 
No edit summary
 
Line 1: Line 1:
== Issues ==
== Tools ==


== Goals ==
The best tool is probably Massif, in valgrind.


== Task list ==
This will work:


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


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

Latest revision as of 00:29, 17 February 2011

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.