Bug 69133

Summary: Fix bug in getHostCallReturnValue of DFG JIT on X86
Product: WebKit Reporter: Yuqiang Xian <yuqiang.xian>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Yuqiang Xian 2011-09-30 00:01:46 PDT
We need to insert the additional argument in the stack slot before return address instead of simply pushing it afterwards. Also getHostCallReturnValue* should be attributed as stdcall to make the stack cleaned up by the callee.
Comment 1 Yuqiang Xian 2011-09-30 00:04:43 PDT
Created attachment 109260 [details]
proposed patch
Comment 2 WebKit Review Bot 2011-09-30 13:35:14 PDT
Comment on attachment 109260 [details]
proposed patch

Clearing flags on attachment: 109260

Committed r96419: <http://trac.webkit.org/changeset/96419>
Comment 3 WebKit Review Bot 2011-09-30 13:35:18 PDT
All reviewed patches have been landed.  Closing bug.