Bug 125802 - Change slow path result to take a void* instead of a ExecState*.
Summary: Change slow path result to take a void* instead of a ExecState*.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-16 14:33 PST by Mark Lam
Modified: 2013-12-16 14:57 PST (History)
5 users (show)

See Also:


Attachments
the patch. (3.11 KB, patch)
2013-12-16 14:37 PST, Mark Lam
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2013-12-16 14:33:17 PST
This in preparation for C stack OSR entry work coming soon.
Comment 1 Mark Lam 2013-12-16 14:37:46 PST
Created attachment 219354 [details]
the patch.

I'm applying this patch to trunk where I was able to test and validate it.  Will merge it into the jsCStack branch after landing.
Comment 2 Mark Lam 2013-12-16 14:50:16 PST
Thanks for the review.  Landed in r160665: <http://trac.webkit.org/r160665>.
Comment 3 Mark Lam 2013-12-16 14:57:39 PST
Merged into the jsCStack branch in r160666: <http://trac.webkit.org/r160666>.