[webkit-changes] [WebKit/WebKit] 1f5d2a: Shrink size of LiteralParserToken from 24 bytes fr...
Chris Dumez
noreply at github.com
Thu Apr 27 17:33:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1f5d2a199b0f4548427973e110695998d0af4a6a
https://github.com/WebKit/WebKit/commit/1f5d2a199b0f4548427973e110695998d0af4a6a
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-04-27 (Thu, 27 Apr 2023)
Changed paths:
M Source/JavaScriptCore/runtime/LiteralParser.h
Log Message:
-----------
Shrink size of LiteralParserToken from 24 bytes from 16 bytes.
https://bugs.webkit.org/show_bug.cgi?id=256057
Reviewed by Geoffrey Garen.
Shrink size of LiteralParserToken from 24 bytes from 16 bytes, by re-ordering
data members for better bit packing.
* Source/JavaScriptCore/runtime/LiteralParser.h:
Canonical link: https://commits.webkit.org/263477@main
More information about the webkit-changes
mailing list