Bug 122231

Summary: The LLInt should not use JITStackFrame
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 116888    
Attachments:
Description Flags
Patch fpizlo: review+

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>