[Webkit-unassigned] [Bug 36500] New: Generated JIT stubs does not compile because of compiler directives

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 23 10:27:47 PDT 2010


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

           Summary: Generated JIT stubs does not compile because of
                    compiler directives
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: david.leong at nokia.com
                CC: laszlo.1.gombos at nokia.com



David Leong <david.leong at nokia.com> changed:

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


Created an attachment (id=51434)
 --> (https://bugs.webkit.org/attachment.cgi?id=51434)
Patch to handle compiler directives

The 'create_jit_stubs' script under JavaScriptCore does not take into account
of #if compiler directives. The trunk currently does not compile for RVCT with
JIT enabled because new functions like 'op_eq_strings' are flagged by
JSVALUE32_64. 

I modified the script to look for #if, #endif and transplant them into the
generated stub file.

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