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

Gabor Rapcsanyi
Reported 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.
Attachments
proposed fix (1.61 KB, patch)
2013-09-27 06:30 PDT, Gabor Rapcsanyi
no flags
Gabor Rapcsanyi
Comment 1 2013-09-27 06:30:08 PDT
Created attachment 212802 [details] proposed fix
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2013-09-27 09:36:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.