[Webkit-unassigned] [Bug 33084] New: Fix for RVCT -Otime fatal compiler error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 31 09:21:42 PST 2009


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

           Summary: Fix for RVCT -Otime fatal compiler error
           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: norbert.leser at nokia.com
                CC: yongjun.zhang at nokia.com, hausmann at webkit.org,
                    laszlo.1.gombos at nokia.com, siddharth.mathur at nokia.com,
                    volodimir.burlik at nokia.com



Norbert Leser <norbert.leser at nokia.com> changed:

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


Created an attachment (id=45713)
 --> (https://bugs.webkit.org/attachment.cgi?id=45713)
Patch for Otime compiler error

RVCT compiler with "-Otime -O3" optimization tries to optimize out inline
new'ed pointers that are passed as arguments.
Proposed patch assigns new'ed pointer explicitly outside function call.

This was initially submitted with bug #32988. I separated this out, per
suggestion, for independent tracking/fixing.

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