[webkit-changes] [WebKit/WebKit] 6acd68: CSS CalculationValue should be compact-allocated

David Degazio noreply at github.com
Wed Dec 11 14:08:52 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6acd68c8bbe1e1535f79045af62655ed94ceb0c4
      https://github.com/WebKit/WebKit/commit/6acd68c8bbe1e1535f79045af62655ed94ceb0c4
  Author: David Degazio <d_degazio at apple.com>
  Date:   2024-12-11 (Wed, 11 Dec 2024)

  Changed paths:
    M Source/WebCore/platform/calc/CalculationValue.h

  Log Message:
  -----------
  CSS CalculationValue should be compact-allocated
https://bugs.webkit.org/show_bug.cgi?id=284409
rdar://141247331

Reviewed by Yusuke Suzuki.

Adds a WTF_MAKE_FAST_COMPACT_ALLOCATED annotation to
CalculationValue, since we make packed pointers to it
in several different types.

* Source/WebCore/platform/calc/CalculationValue.h:

Canonical link: https://commits.webkit.org/287695@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