[Webkit-unassigned] [Bug 122012] New: LLInt alignment problem on ARM in debug mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 27 06:13:46 PDT 2013


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

           Summary: LLInt alignment problem on ARM in debug mode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rgabor at webkit.org


GCC put the LLInt code into .rodata section and that casues alignment problem on ARM. I tried several alignment settings (.align, .balign) but none of them worked for me on Thumb2. 
When I forced to put it to .text section it worked well.

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