Mobile/StartupOptimization: Difference between revisions

Line 53: Line 53:


* Reduce js files. there are probaby some js completes that we do not need. (default command line handling, for example).
* Reduce js files. there are probaby some js completes that we do not need. (default command line handling, for example).
** bug needed
** Bug 468607 [https://bugzilla.mozilla.org/show_bug.cgi?id=468607]


* Is sqllite doing a bunch of unneeded F_SETLK64s  (fcntl64)?  Maybe we do not have to be so overly protective of other writers?
* Is sqllite doing a bunch of unneeded F_SETLK64s  (fcntl64)?  Maybe we do not have to be so overly protective of other writers?