[webkit-changes] [WebKit/WebKit] faa8c9: [JSC] Increase wasm inlining depth threshold from ...

Yusuke Suzuki noreply at github.com
Wed Jun 21 16:59:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: faa8c96b04781c42c3522a1e6009d2849a8b5977
      https://github.com/WebKit/WebKit/commit/faa8c96b04781c42c3522a1e6009d2849a8b5977
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-06-21 (Wed, 21 Jun 2023)

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

  Log Message:
  -----------
  [JSC] Increase wasm inlining depth threshold from 2 to 8
https://bugs.webkit.org/show_bug.cgi?id=258373
rdar://111127411

Reviewed by Justin Michaud.

We found that the current number is a bit prohibitive compared to the other engines (e.g. V8).
This low number particularly affects on some of benchmarks, like JetStream2/HashSet-wasm.
This patch increases it from 2 to 8.

* Source/JavaScriptCore/runtime/OptionsList.h:

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




More information about the webkit-changes mailing list