[Webkit-unassigned] [Bug 96286] Another SIGILL in JavaScriptCore on a Geode processor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 29 14:38:36 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=96286


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #166363|review?                     |review+
               Flag|                            |




--- Comment #6 from Filip Pizlo <fpizlo at apple.com>  2012-09-29 14:39:01 PST ---
(From update of attachment 166363)
The usual style we use for disabling something is to use

#define ENABLE_LLINT 0

And put it before the logic that enables it. You'll notice that the logic that enables it checks if the macro is already defined, and if so, does nothing. I think this is less fragile, and should be easier to grok since we already do this in other places.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list