Bug 133246 - enable css jit on arm64 and on windows
Summary: enable css jit on arm64 and on windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-23 18:31 PDT by Alex Christensen
Modified: 2014-05-30 18:27 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.18 KB, patch)
2014-05-29 17:50 PDT, Alex Christensen
benjamin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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