Bug 122231 - The LLInt should not use JITStackFrame
Summary: The LLInt should not use JITStackFrame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 116888
  Show dependency treegraph
 
Reported: 2013-10-02 13:14 PDT by Michael Saboff
Modified: 2013-10-02 14:20 PDT (History)
0 users

See Also:


Attachments
Patch (12.50 KB, patch)
2013-10-02 14:01 PDT, Michael Saboff
fpizlo: 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-02 13:14:55 PDT
As part of https://bugs.webkit.org/show_bug.cgi?id=116888 - "JSC Should use the C Stack for JIT code", we need to eliminate the JITStackFrame struct.  We need to remove its use from all code.  THis bug is to track the changes to remove it from the LLInt.
Comment 1 Michael Saboff 2013-10-02 14:01:10 PDT
Created attachment 213197 [details]
Patch
Comment 2 Michael Saboff 2013-10-02 14:20:56 PDT
Committed r156794: <http://trac.webkit.org/changeset/156794>