Bug 125957 - CStack: Fix LLINT to baseline JIT OSR
Summary: CStack: Fix LLINT to baseline JIT OSR
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-18 16:04 PST by Mark Lam
Modified: 2013-12-18 16:46 PST (History)
5 users (show)

See Also:


Attachments
the patch. (9.04 KB, patch)
2013-12-18 16:17 PST, Mark Lam
msaboff: 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-18 16:04:37 PST
Patch coming.
Comment 1 Mark Lam 2013-12-18 16:17:09 PST
Created attachment 219581 [details]
the patch.
Comment 2 Mark Lam 2013-12-18 16:19:51 PST
Comment on attachment 219581 [details]
the patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=219581&action=review

> Source/JavaScriptCore/ChangeLog:3
> +        CStack: Fix LLINT to baselineJIT OSR.

I'll put a space between "baseline" and "JIT".
Comment 3 Mark Lam 2013-12-18 16:46:26 PST
Thanks for the review.  Landed in r160808 on the jsCStack branch: <http://trac.webkit.org/r160808>.