[Bug 931637]
R-luke-h
931637 at bugs.launchpad.net
Mon Jun 11 23:32:58 UTC 2012
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 Mozilla
Bugs, which is subscribed to firefox in 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
More information about the Ubuntu-mozillateam-bugs
mailing list