Bug 127228

Summary: CStack: Switching Windows port to using the C Loop LLINT
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, fpizlo, ggaren, mhahnenberg, msaboff, oliver, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. ggaren: review+

Description Mark Lam 2014-01-18 11:26:54 PST
With the switch to using the C stack, the LLINT becomes a mandatory component for providing trampoline glue code to enter JIT code.  Since the Windows port does not currently have a LLINT implementation that can generate assembly code for Windows, we’ll switch the Windows port to using the C Loop LLINT.
Comment 1 Mark Lam 2014-01-18 11:45:03 PST
Created attachment 221562 [details]
the patch.

This patch is not tested on a Windows build yet.  Will test before landing.
Comment 2 Geoffrey Garen 2014-01-18 12:37:04 PST
Comment on attachment 221562 [details]
the patch.

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

r=me

> Source/JavaScriptCore/ChangeLog:11
> +        can generate assembly code for Windows, weâll switch the Windows port to

ASCII text for "we'll", please.
Comment 3 Mark Lam 2014-01-22 17:58:51 PST
The patch builds on Windows.  Landed in r162577: <http://trac.webkit.org/r162577>.