Bug 130954 - CSS JIT: compile the first-child pseudo class
Summary: CSS JIT: compile the first-child pseudo class
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-03-30 20:39 PDT by Benjamin Poulain
Modified: 2014-03-31 15:19 PDT (History)
11 users (show)

See Also:


Attachments
Patch (22.80 KB, patch)
2014-03-30 20:53 PDT, Benjamin Poulain
kling: 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-03-30 20:39:29 PDT
CSS JIT: compile the first-child pseudo class
Comment 1 Benjamin Poulain 2014-03-30 20:53:28 PDT
Created attachment 228142 [details]
Patch
Comment 2 Andreas Kling 2014-03-31 12:44:03 PDT
Comment on attachment 228142 [details]
Patch

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

r=me

> Source/WebCore/cssjit/SelectorCompiler.cpp:1475
> +        // FIXME: We should look into doing something smart in MacroAssembler instead.

You don't say.
Comment 3 Benjamin Poulain 2014-03-31 15:19:52 PDT
Committed r166537: <http://trac.webkit.org/changeset/166537>