[Webkit-unassigned] [Bug 20097] 20% Sunspider slow-down

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 21 08:22:57 PDT 2008


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


loki at inf.u-szeged.hu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22404|                            |review?
               Flag|                            |




------- Comment #24 from loki at inf.u-szeged.hu  2008-07-21 08:22 PDT -------
Created an attachment (id=22404)
 --> (https://bugs.webkit.org/attachment.cgi?id=22404&action=view)
Add missing NDEBUG

The problem was that the jsc.pro was not contain any release specific rule. So
there was no chance to pass the NDEBUG define to the compiler.

The patch contains the similar rule which is in WebKit.pri file.

Note: I have to include USE_SYSTEM_MALLOC define in case of release, because
there was linking problem (WebKit.pri uses USE_SYSTEM_MALLOC in case of debug
also).


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



More information about the webkit-unassigned mailing list