Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6e8030e070135ff08ce099dee8a7c0b6b83596da
      
https://github.com/WebKit/WebKit/commit/6e8030e070135ff08ce099dee8a7c0b6b83596da
  Author: Vitor Roriz <[email protected]>
  Date:   2026-03-07 (Sat, 07 Mar 2026)

  Changed paths:
    M Source/WebCore/platform/graphics/GlyphBufferMembers.h

  Log Message:
  -----------
  GlyphBufferMembers: Avoid passing const FloatSize by reference
https://bugs.webkit.org/show_bug.cgi?id=309403
rdar://171944298

Reviewed by Sammy Gill.

FloatSize is small enough (2 floats, 8 bytes) to be passed by value
instead of reference and hopefully fit into registers.

* Source/WebCore/platform/graphics/GlyphBufferMembers.h:
(WebCore::makeGlyphBufferAdvance):

Canonical link: https://commits.webkit.org/308863@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to