Comment on attachment 632053 Workaround which only affects DEBUG builds Review of attachment 632053: -----------------------------------------------------------------
::: js/public/Vector.h @@ +565,5 @@ > STATIC_POSTCONDITION(!return || newCap >= curLength + lengthInc) > +#ifdef DEBUG > +// By making this method not inline for debug builds, it sidesteps > +// the compiler generating incorrect code. See bug 694594. > +JS_NEVER_INLINE bool Surrounding comments use /* */. Also, I think you could say, more succinctly: /* ARM compiler bug workaround, see bug 694594. */ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931637 Title: Firefox 10.0.1 crashes when trying to enter a command on the Web Console To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/931637/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
