Bug 131834 - Make the CSS JIT Compiler for ARM64
Summary: Make the CSS JIT Compiler for ARM64
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 18:06 PDT by Benjamin Poulain
Modified: 2014-04-19 18:22 PDT (History)
1 user (show)

See Also:


Attachments
Patch (16.97 KB, patch)
2014-04-17 18:14 PDT, Benjamin Poulain
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-04-17 18:06:14 PDT
Make the CSS JIT Compiler for ARM64
Comment 1 Benjamin Poulain 2014-04-17 18:14:38 PDT
Created attachment 229606 [details]
Patch
Comment 2 Gavin Barraclough 2014-04-18 16:14:21 PDT
Comment on attachment 229606 [details]
Patch

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

r=me

> Source/WebCore/ChangeLog:15
> +        What am I supposed to do with all those registers? There are so many of them :)

lol

> Source/WebCore/cssjit/SelectorCompiler.cpp:999
> +        m_assembler.test32(condition, remainder);

:-o
Comment 3 Benjamin Poulain 2014-04-19 18:22:43 PDT
Committed r167557: <http://trac.webkit.org/changeset/167557>