[webkit-changes] [WebKit/WebKit] ed83f1: Regression(267645 at main) ~3MB increase in binary size
Chris Dumez
noreply at github.com
Wed Nov 15 20:55:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ed83f1ea3c349839cb131e162da9ff4a94c12f01
https://github.com/WebKit/WebKit/commit/ed83f1ea3c349839cb131e162da9ff4a94c12f01
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M Source/JavaScriptCore/b3/B3Effects.cpp
M Source/JavaScriptCore/b3/B3Effects.h
M Source/JavaScriptCore/dfg/DFGAvailabilityMap.cpp
M Source/JavaScriptCore/dfg/DFGAvailabilityMap.h
Log Message:
-----------
Regression(267645 at main) ~3MB increase in binary size
https://bugs.webkit.org/show_bug.cgi?id=264896
Unreviewed, partial revert of 267645 at main to move some JSC comparison
operators back out of line. My patch inlined them when I defaulted them
as it doesn't seem possible at the moment to default a comparison operator
outside the class.
* Source/JavaScriptCore/b3/B3Effects.cpp:
* Source/JavaScriptCore/b3/B3Effects.h:
* Source/JavaScriptCore/dfg/DFGAvailabilityMap.cpp:
* Source/JavaScriptCore/dfg/DFGAvailabilityMap.h:
Canonical link: https://commits.webkit.org/270804@main
More information about the webkit-changes
mailing list