[webkit-changes] [WebKit/WebKit] 89fc5a: Use Vector::unsafeAppendWithoutCapacityCheck() les...

Chris Dumez noreply at github.com
Mon Dec 18 07:19:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 89fc5a6200bbdd6812591eb7d14636ac4ef73db0
      https://github.com/WebKit/WebKit/commit/89fc5a6200bbdd6812591eb7d14636ac4ef73db0
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmSectionParser.cpp

  Log Message:
  -----------
  Use Vector::unsafeAppendWithoutCapacityCheck() less in WasmSectionParser.cpp
https://bugs.webkit.org/show_bug.cgi?id=266542

Reviewed by Justin Michaud.

This tested as performance neutral on JetStream.

* Source/JavaScriptCore/wasm/WasmSectionParser.cpp:
(JSC::Wasm::SectionParser::parseFunctionType):
(JSC::Wasm::SectionParser::parseStructType):
(JSC::Wasm::SectionParser::parseCustom):

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




More information about the webkit-changes mailing list