Bug 43514 - Define WTF_USE_ARENA_ALLOC_ALIGNMENT_INTEGER for MIPS
Summary: Define WTF_USE_ARENA_ALLOC_ALIGNMENT_INTEGER for MIPS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 15:19 PDT by Chao-ying Fu
Modified: 2010-08-05 17:42 PDT (History)
1 user (show)

See Also:


Attachments
Define WTF_USE_ARENA_ALLOC_ALIGNMENT_INTEGER (1.29 KB, patch)
2010-08-04 15:27 PDT, Chao-ying Fu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.