[webkit-changes] [WebKit/WebKit] 4a7272: [JSC] Add useOMGInlining option and clean up inlin...

Yusuke Suzuki noreply at github.com
Sat Sep 21 09:13:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4a72722fb24d5fe61fb78d9ce93ae9aad9c07404
      https://github.com/WebKit/WebKit/commit/4a72722fb24d5fe61fb78d9ce93ae9aad9c07404
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-09-21 (Sat, 21 Sep 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/OptionsList.h
    M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp

  Log Message:
  -----------
  [JSC] Add useOMGInlining option and clean up inlining conditions
https://bugs.webkit.org/show_bug.cgi?id=280110
rdar://136406565

Reviewed by Keith Miller.

This patch adds Options::useOMGInlining to control inlining easily.
Also this patch cleans up inlining conditions.

* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
(JSC::Wasm::OMGIRGenerator::canInline const):
(JSC::Wasm::OMGIRGenerator::addCall):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list