[webkit-changes] [WebKit/WebKit] c1cb1d: Pack CSSSelectorParserContext bits
Andrew-Fryer
noreply at github.com
Mon Aug 26 10:50:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c1cb1d89cd7ee1c0362372728cf12fef484d6bb1
https://github.com/WebKit/WebKit/commit/c1cb1d89cd7ee1c0362372728cf12fef484d6bb1
Author: Andrew Fryer <a_fryer at apple.com>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M Source/WebCore/css/parser/CSSSelectorParserContext.h
Log Message:
-----------
Pack CSSSelectorParserContext bits
https://bugs.webkit.org/show_bug.cgi?id=278241
rdar://problem/134517018
Reviewed by Tim Nguyen.
We tell the compile to only use 1 bit per bool in
CSSSelectorParserContext so that it can pack the bools together into less bytes.
* Source/WebCore/css/parser/CSSSelectorParserContext.h:
Canonical link: https://commits.webkit.org/282749@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list