Great work! Now that the wins are in, what is the plan for development and refactoring, moving forward?
Primarly, there is a lot of duplicate code introduced in this changeset, most notably the script loading code which exists in two different files. Secondarily, there are many places where call stacks can be reduced by eliminating the function expression wrappers that were introduced—these only serve to beef up the bytes over the wire and thicken call stacks and stack traces. If the goal was to improve performance by reducing property look ups, then a localized binding is sufficient. Should these items be filed as a bug? Rick On Wed, Feb 13, 2013 at 4:13 PM, Dietrich Ayala <[email protected]> wrote: > Wow, that's excellent progress. > > DOWN AND TO THE RIGHT! > > On Wed, Feb 13, 2013 at 1:08 PM, Mª ANGELES OTEO MARTINEZ <[email protected]> > wrote: > > Congrats Alberto and Francisco!!! > > > > Enviado desde mi iPhone > > > > El 13/02/2013, a las 21:22, "Lucas Adamski" <[email protected]> > escribió: > > > >> Check out our latest perf numbers: https://datazilla.mozilla.org/b2g/ > >> > >> In particular: contacts, gallery and music have made some huge gains > recently. Contacts dropped from ~3.3 sec to 1.1 ( > https://bugzilla.mozilla.org/show_bug.cgi?id=835791) with a single patch! > >> > >> Its great to see our performance discussions and hard coding are really > paying off! > >> Lucas. > >> _______________________________________________ > >> dev-gaia mailing list > >> [email protected] > >> https://lists.mozilla.org/listinfo/dev-gaia > > > > ________________________________ > > > > Este mensaje se dirige exclusivamente a su destinatario. Puede consultar > nuestra política de envío y recepción de correo electrónico en el enlace > situado más abajo. > > This message is intended exclusively for its addressee. We only send and > receive email on the basis of the terms set out at: > > http://www.tid.es/ES/PAGINAS/disclaimer.aspx > > _______________________________________________ > > dev-gaia mailing list > > [email protected] > > https://lists.mozilla.org/listinfo/dev-gaia > _______________________________________________ > dev-gaia mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-gaia > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
