[webkit-reviews] review requested: [Bug 20097] 20% Sunspider slow-down : [Attachment 22404] Add missing NDEBUG

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


Gabor Loki <loki at inf.u-szeged.hu> has asked  for review:
Bug 20097: 20% Sunspider slow-down
https://bugs.webkit.org/show_bug.cgi?id=20097

Attachment 22404: Add missing NDEBUG
https://bugs.webkit.org/attachment.cgi?id=22404&action=edit

------- Additional Comments from Gabor Loki <loki at inf.u-szeged.hu>
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).


More information about the webkit-reviews mailing list