Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use dynamically-sized Arcs for Selector. | Bobby Holley | 2017-06-05 | 1 | -326/+0 |
| | | | | MozReview-Commit-ID: hq0jYrx8Sg | ||||
* | Store selectors and combinators inline in a single sequence. | Bobby Holley | 2017-04-20 | 1 | -0/+326 |
This improves cache locality and reduces allocations during parsing. Note that this reverses the iteration order within a sequence of simple selectors, but that shouldn't matter. |