Bug 122973 - Eliminate uses of JITSTACKFRAME_ARGS_INDEX as scratch area for thunks
Summary: Eliminate uses of JITSTACKFRAME_ARGS_INDEX as scratch area for thunks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks: 121756 122978
  Show dependency treegraph
 
Reported: 2013-10-17 10:53 PDT by Michael Saboff
Modified: 2013-10-17 15:58 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.50 KB, patch)
2013-10-17 15:53 PDT, Geoffrey Garen
msaboff: review+
Details | Formatted Diff | Diff

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