Bug 133246

Summary: enable css jit on arm64 and on windows
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bfulgham
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch benjamin: review+

Description Alex Christensen 2014-05-23 18:31:28 PDT
The css jit works on arm64 and on win64 (when the jit is enabled).  It needs to be thoroughly tested, but let's enable it when it is.
Comment 1 Benjamin Poulain 2014-05-23 18:46:46 PDT
See https://bugs.webkit.org/attachment.cgi?id=224539&action=review

The calling conventions are different on Windows.
Comment 2 Alex Christensen 2014-05-29 17:48:16 PDT
We'll do windows with a separate bug.
Comment 3 Alex Christensen 2014-05-29 17:50:54 PDT
Created attachment 232276 [details]
Patch
Comment 4 Benjamin Poulain 2014-05-29 17:52:02 PDT
<rdar://problem/17073407>
Comment 5 Benjamin Poulain 2014-05-29 17:52:18 PDT
Comment on attachment 232276 [details]
Patch

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

> Source/WTF/ChangeLog:4
> +        https://bugs.webkit.org/show_bug.cgi?id=133246

Please add <rdar://problem/17073407> after this line.
Comment 6 Benjamin Poulain 2014-05-30 18:27:13 PDT
http://trac.webkit.org/changeset/169480