mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Remove CubicBezier cached sample inline cache
This reduces the size of CubicBezier objects from 1592 bytes to 56 bytes.
This commit is contained in:
parent
f3a937ee76
commit
9ce5bbe059
Notes:
github-actions[bot]
2025-03-25 07:52:43 +00:00
Author: https://github.com/tcl3
Commit: 9ce5bbe059
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4071
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
double t;
|
||||
};
|
||||
|
||||
mutable Vector<CachedSample, 64> m_cached_x_samples {};
|
||||
mutable Vector<CachedSample> m_cached_x_samples {};
|
||||
|
||||
bool operator==(CubicBezier const&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue