Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 274bb448e69692ac6dcc82bfbd4c3380905037df
      
https://github.com/WebKit/WebKit/commit/274bb448e69692ac6dcc82bfbd4c3380905037df
  Author: Chris Dumez <[email protected]>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
    M Source/JavaScriptCore/yarr/YarrJIT.h

  Log Message:
  -----------
  Avoid use of uncheckedAppend() in JSC::YarrBoyerMooreData
https://bugs.webkit.org/show_bug.cgi?id=262597

Reviewed by Yusuke Suzuki.

Avoid use of uncheckedAppend() in JSC::YarrBoyerMooreData. 
Vector::appendVector()
is more concise and has better performance now that Vector::uncheckedAppend() 
has
become an alias to Vector::append().

* Source/JavaScriptCore/yarr/YarrJIT.h:
(JSC::Yarr::YarrBoyerMooreData::saveMaps):

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to