Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e66afaef954de54fd89fd459e08c44717b47ce2d
      
https://github.com/WebKit/WebKit/commit/e66afaef954de54fd89fd459e08c44717b47ce2d
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-08-02 (Sat, 02 Aug 2025)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSStringInlines.h

  Log Message:
  -----------
  [JSC] Copy spread characters when rope fibers are same
https://bugs.webkit.org/show_bug.cgi?id=296788
rdar://157267842

Reviewed by Keith Miller.

We can see various rope strings which is basically "str + str" to double
the result. In this case, we can quickly resolve the rope by copying the
first half's content to the latter buffer.

* Source/JavaScriptCore/runtime/JSStringInlines.h:
(JSC::JSRopeString::resolveToBuffer):

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



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