Bug 131834

Summary: Make the CSS JIT Compiler for ARM64
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch barraclough: review+

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>