[Webkit-unassigned] [Bug 40671] Patches for enabling WebKit to compile with the Intel 32-bit C++ compiler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 00:45:44 PDT 2010


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





--- Comment #16 from Thiago Macieira <thiago.macieira at nokia.com>  2010-06-30 00:45:44 PST ---
Please note that the JIT patch should be looked at with diff -w (no whitespace). Most of the change is just reindenting the code.

There are two main changes there:
1) put the code inside a function marked __attribute__((used))

2) remove the ".text" asm keyword (that was added in an older patch of mine), since now the compiler will emit the proper section keywords because of the function body.

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