Bug 29526 - Fix stack alignment with ARM THUMB2 JIT.
Summary: Fix stack alignment with ARM THUMB2 JIT.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-19 20:29 PDT by Gavin Barraclough
Modified: 2009-09-21 00:37 PDT (History)
0 users

See Also:


Attachments
The patch (2.64 KB, patch)
2009-09-19 20:33 PDT, Gavin Barraclough
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2009-09-19 20:29:13 PDT
Stack is currently being decremented by 0x3c, bump this to 0x40 to make this a multiple of 16 bytes.
Comment 1 Gavin Barraclough 2009-09-19 20:33:19 PDT
Created attachment 39831 [details]
The patch
Comment 2 Gavin Barraclough 2009-09-21 00:37:32 PDT
Sending        JavaScriptCore/ChangeLog
Sending        JavaScriptCore/jit/JITStubs.cpp
Sending        JavaScriptCore/jit/JITStubs.h
Transmitting file data ...
Committed revision 48574.