Summary: | Make the CSS JIT Compiler for ARM64 | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Benjamin Poulain <benjamin> | ||||
Component: | New Bugs | Assignee: | Benjamin Poulain <benjamin> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | barraclough | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Benjamin Poulain
2014-04-17 18:06:14 PDT
Created attachment 229606 [details]
Patch
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 Committed r167557: <http://trac.webkit.org/changeset/167557> |