Bug 21403

Summary: use new CallFrame class rather than Register* for call frame manipulation
Product: WebKit Reporter: Darin Adler <darin>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement CC: zwarich
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
work in progress
none
patch zwarich: review+

Description Darin Adler 2008-10-06 10:28:33 PDT
This is some cleanup I discussed with Geoff and Cameron.
Comment 1 Darin Adler 2008-10-06 10:29:08 PDT
Created attachment 24115 [details]
work in progress
Comment 2 Darin Adler 2008-10-06 16:19:09 PDT
Created attachment 24128 [details]
patch
Comment 3 Cameron Zwarich (cpst) 2008-10-07 14:25:10 PDT
Comment on attachment 24128 [details]
patch

r=me

However, isn't it valid to use the BSD license on ExecState.cpp rather than the LGPL?
Comment 4 Darin Adler 2008-10-08 10:03:44 PDT
http://trac.webkit.org/changeset/37427
Comment 5 Timothy Hatcher 2008-10-08 10:59:23 PDT
Reopening because of the issues found in bug 21476.
Comment 6 Darin Adler 2008-10-08 17:41:38 PDT
Landed the corrected version.

http://trac.webkit.org/changeset/37433