[webkit-changes] [WebKit/WebKit] c9f70e: [JSC] Track OMG / BBQ code size separately

Yusuke Suzuki noreply at github.com
Tue Mar 14 16:38:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c9f70e38f8e851b2772f83d101901b1644e2baea
      https://github.com/WebKit/WebKit/commit/c9f70e38f8e851b2772f83d101901b1644e2baea
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
    M Source/JavaScriptCore/assembler/LinkBuffer.h
    M Source/JavaScriptCore/wasm/WasmBBQPlan.cpp
    M Source/JavaScriptCore/wasm/WasmLLIntPlan.cpp
    M Source/JavaScriptCore/wasm/WasmOMGPlan.cpp
    M Source/JavaScriptCore/wasm/WasmOSREntryPlan.cpp
    M Source/JavaScriptCore/wasm/js/WebAssemblyFunction.cpp

  Log Message:
  -----------
  [JSC] Track OMG / BBQ code size separately
https://bugs.webkit.org/show_bug.cgi?id=253894
rdar://106712871

Reviewed by Mark Lam.

Add WasmOMG and WasmBBQ LinkBuffer profiles to track code size separately.

* Source/JavaScriptCore/assembler/LinkBuffer.h:
* Source/JavaScriptCore/wasm/WasmBBQPlan.cpp:
(JSC::Wasm::BBQPlan::work):
(JSC::Wasm::BBQPlan::compileFunction):
* Source/JavaScriptCore/wasm/WasmLLIntPlan.cpp:
(JSC::Wasm::LLIntPlan::didCompleteCompilation):
* Source/JavaScriptCore/wasm/WasmOMGPlan.cpp:
(JSC::Wasm::OMGPlan::work):
* Source/JavaScriptCore/wasm/WasmOSREntryPlan.cpp:
(JSC::Wasm::OSREntryPlan::work):
* Source/JavaScriptCore/wasm/js/WebAssemblyFunction.cpp:
(JSC::WebAssemblyFunction::jsCallEntrypointSlow):

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




More information about the webkit-changes mailing list