Bug 43514

Summary: Define WTF_USE_ARENA_ALLOC_ALIGNMENT_INTEGER for MIPS
Product: WebKit Reporter: Chao-ying Fu <fu>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Define WTF_USE_ARENA_ALLOC_ALIGNMENT_INTEGER none

Description Chao-ying Fu 2010-08-04 15:19:14 PDT
Hi,

  MIPS needs to define WTF_USE_ARENA_ALLOC_ALIGNMENT_INTEGER, so that RenderArena::allocate() can return 8-byte aligned memory to avoid exceptions on sdc1/ldc1.  This is similar to ARMv5 that requires double word alignment.

  I will post a patch soon.  Thanks!

Regards,
Chao-ying
Comment 1 Chao-ying Fu 2010-08-04 15:27:48 PDT
Created attachment 63502 [details]
Define WTF_USE_ARENA_ALLOC_ALIGNMENT_INTEGER
Comment 2 WebKit Commit Bot 2010-08-05 17:42:13 PDT
Comment on attachment 63502 [details]
Define WTF_USE_ARENA_ALLOC_ALIGNMENT_INTEGER

Clearing flags on attachment: 63502

Committed r64804: <http://trac.webkit.org/changeset/64804>
Comment 3 WebKit Commit Bot 2010-08-05 17:42:17 PDT
All reviewed patches have been landed.  Closing bug.