Bug 122012

Summary: LLInt alignment problem on ARM in debug mode
Product: WebKit Reporter: Gabor Rapcsanyi <rgabor>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, msaboff, oliver, ossy, zherczeg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Linux   
Bug Depends on:    
Bug Blocks: 108645    
Attachments:
Description Flags
proposed fix none

Description Gabor Rapcsanyi 2013-09-27 06:12:46 PDT
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.
Comment 1 Gabor Rapcsanyi 2013-09-27 06:30:08 PDT
Created attachment 212802 [details]
proposed fix
Comment 2 WebKit Commit Bot 2013-09-27 09:36:30 PDT
Comment on attachment 212802 [details]
proposed fix

Clearing flags on attachment: 212802

Committed r156549: <http://trac.webkit.org/changeset/156549>
Comment 3 WebKit Commit Bot 2013-09-27 09:36:31 PDT
All reviewed patches have been landed.  Closing bug.