[Webkit-unassigned] [Bug 50000] [Qt] Remove redundant JAVASCRIPTCORE_JIT variable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 14:32:59 PDT 2012


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


Laszlo Gombos <laszlo.gombos at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #74715|0                           |1
        is obsolete|                            |
 Attachment #167612|                            |review?, commit-queue?
               Flag|                            |




--- Comment #6 from Laszlo Gombos <laszlo.gombos at webkit.org>  2012-10-08 14:33:33 PST ---
Created an attachment (id=167612)
 --> (https://bugs.webkit.org/attachment.cgi?id=167612&action=review)
proposed patch

As Simon indicated valgrind might work with JIT enabled. Potentially in valgrind.prf the following line would make more sense

-DEFINES += ENABLE_JIT=0
+enable?(jit): DEFINES += ENABLE_JIT=0

I am happy to make that change or perhaps it could be in a follow-up patch.

-- 
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