[Webkit-unassigned] [Bug 125014] Fix broken build when DFG_ENABLE_DEBUG_VERBOSE enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 2 02:21:04 PST 2013


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





--- Comment #3 from Laszlo Vidacs <lac at inf.u-szeged.hu>  2013-12-02 02:19:26 PST ---
Thanks for the feedback. I see two alternatives but both of them change the existing behavior:

1) remove the #define DFG_ENABLE_DEBUG_VERBOSE definition and refactor all dependent conditional code to check the verboseCompilation flag instead of DEBUG_VERBOSE

or

2) remove the #define DFG_ENABLE_DEBUG_VERBOSE definition and remove all dependent conditional code

In the first case this patch is still needed, and there will be a bunch of new messages logged when verboseCompilation enabled. In the second case we loose existing log messages.

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