Bug 125599 - CStack Branch: enable use of DFG for simple JavaScript
Summary: CStack Branch: enable use of DFG for simple JavaScript
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:
 
Reported: 2013-12-11 14:05 PST by Michael Saboff
Modified: 2014-01-13 18:45 PST (History)
1 user (show)

See Also:


Attachments
Patch (20.80 KB, patch)
2013-12-11 17:57 PST, 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-12-11 14:05:35 PST
The entry and exit sequences as well as emitCall() need to be changed to work on the stack.
Comment 1 Michael Saboff 2013-12-11 17:57:02 PST
Created attachment 219022 [details]
Patch
Comment 2 Michael Saboff 2013-12-11 22:37:35 PST
Landed in r160468 on the jsCStack branch: <http://trac.webkit.org/160468>
Comment 3 Mark Lam 2014-01-13 18:45:38 PST
Review status updated in r161938: <http://trac.webkit.org/r161938>.