Branch: refs/heads/webkitglib/2.48
  Home:   https://github.com/WebKit/WebKit
  Commit: 8bbda15330f31104dea2fb4e7d7a0e7926228e8a
      
https://github.com/WebKit/WebKit/commit/8bbda15330f31104dea2fb4e7d7a0e7926228e8a
  Author: Michael Catanzaro <[email protected]>
  Date:   2025-09-24 (Wed, 24 Sep 2025)

  Changed paths:
    M Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm

  Log Message:
  -----------
  Cherry-pick 298234.154@webkitglib/2.50 (fcaa289f6015). 
https://bugs.webkit.org/show_bug.cgi?id=299018

    Fix build after 298234.133@webkitglib/2.50
    https://bugs.webkit.org/show_bug.cgi?id=299018

    Unreviewed build fix for various architectures. Thanks to Yijia for
    helping and to Justin Michaud for providing this fix.

    Canonical link: https://commits.webkit.org/298234.154@webkitglib/2.50

Canonical link: https://commits.webkit.org/290945.394@webkitglib/2.48


  Commit: b6eb8713dd383f0f69695d7f62f3e87fe43074d8
      
https://github.com/WebKit/WebKit/commit/b6eb8713dd383f0f69695d7f62f3e87fe43074d8
  Author: Xabier Rodriguez-Calvar <[email protected]>
  Date:   2025-09-24 (Wed, 24 Sep 2025)

  Changed paths:
    M Source/WTF/wtf/Vector.h

  Log Message:
  -----------
  Cherry-pick 300464@main (fb30ea0502c6). 
https://bugs.webkit.org/show_bug.cgi?id=299008

    [WTF] Fix performance when creating Vectors from different constness
    https://bugs.webkit.org/show_bug.cgi?id=299008

    Reviewed by Chris Dumez.

    For example, when you try to create a Vector<uint8_t> from a span<const 
uint8_t>, templates will consider both types
    different and even when you pass true to the template, the second 
VectorCopier::uninitializedCopy function will be used
    and will defer to the slow version.

    My use case was in MSE, creating a SharedBuffer implies creating a 
FragmentedSharedBuffer and then a DataSegment that
    implicitly creates a Vector<uint8_t> from a span<const uint8_t>. If you're 
copying 2.5MB, time is reduced to 33% of the
    initial one.

    * Source/WTF/wtf/Vector.h:

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

Canonical link: https://commits.webkit.org/290945.395@webkitglib/2.48


Compare: https://github.com/WebKit/WebKit/compare/c5badb878382...b6eb8713dd38

To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to