Bug 122973

Summary: Eliminate uses of JITSTACKFRAME_ARGS_INDEX as scratch area for thunks
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 121756, 122978    
Attachments:
Description Flags
Patch msaboff: review+

Description Michael Saboff 2013-10-17 10:53:44 PDT
Various thinks use JITSTACKFRAME_ARGS_INDEX as a scratch area in Source/JavaScriptCore/jit/ThunkGenerators.cpp.
Comment 1 Geoffrey Garen 2013-10-17 14:58:07 PDT
Michael said he is fixing this as a part of Bug 122980.
Comment 2 Michael Saboff 2013-10-17 15:03:49 PDT
(In reply to comment #1)
> Michael said he is fixing this as a part of Bug 122980.

I'm not working on this one.
Comment 3 Geoffrey Garen 2013-10-17 15:53:23 PDT
Created attachment 214526 [details]
Patch
Comment 4 Geoffrey Garen 2013-10-17 15:58:45 PDT
Committed r157609: <http://trac.webkit.org/changeset/157609>