RESOLVED FIXED127228
CStack: Switching Windows port to using the C Loop LLINT
https://bugs.webkit.org/show_bug.cgi?id=127228
Summary CStack: Switching Windows port to using the C Loop LLINT
Mark Lam
Reported 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.
Attachments
the patch. (19.31 KB, patch)
2014-01-18 11:45 PST, Mark Lam
ggaren: review+
Mark Lam
Comment 1 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.
Geoffrey Garen
Comment 2 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.
Mark Lam
Comment 3 2014-01-22 17:58:51 PST
The patch builds on Windows. Landed in r162577: <http://trac.webkit.org/r162577>.
Note You need to log in before you can comment on or make changes to this bug.