[Webkit-unassigned] [Bug 100754] Faster sorting of numeric arrays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 20:31:48 PST 2012


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


Cosmin Truta <ctruta at gmail.com> changed:

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




--- Comment #32 from Cosmin Truta <ctruta at gmail.com>  2012-12-19 20:34:01 PST ---
Created an attachment (id=180269)
 --> (https://bugs.webkit.org/attachment.cgi?id=180269&action=review)
Patch and tests

Inclusion of bytecode/UnlinkedCodeBlock.h indirectly included parser/ParserTokens.h, and the latter contains all-caps enum symbols that clashed with macros (e.g. FUNCTION, COMMA, SEMICOLON) defined elsewhere. This broke the build on Mac and Qt.
I resolved this breakage by moving ComparatorKind into a separate file, which allowed the include dependencies to be alleviated.
Now there shouldn't be any WebKit2 breakages either. I undid the WebKit2 changes that had been submitted with the previous 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