On 64 bit, CSSSelector is currently 16 bytes. By moving some of its data to the rare data object, we can pack the remaining bits with the data union to shrink it to 8 bytes. CSSSelector is a frequently allocated object, so this should have noticeable memory savings.
<rdar://problem/105696499>
Pull request: https://github.com/WebKit/WebKit/pull/10397