[webkit-changes] [WebKit/WebKit] 02e188: We shouldn't free the DFG graph when verboseValidi...

Keith Miller noreply at github.com
Wed Aug 2 00:50:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 02e1887054bcedf4d335a41cc54e2c2f059a4205
      https://github.com/WebKit/WebKit/commit/02e1887054bcedf4d335a41cc54e2c2f059a4205
  Author: Keith Miller <keith_miller at apple.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
    M Source/JavaScriptCore/ftl/FTLCompile.cpp

  Log Message:
  -----------
  We shouldn't free the DFG graph when verboseValiditionFailure is enabled
https://bugs.webkit.org/show_bug.cgi?id=259491

Reviewed by Yusuke Suzuki.

Right now verboseValidationFailure will make asan unhappy because we try to dump the graph before each B3/Air phase.
This patch just prevents us from freeing the DFG graph when the `--verboseValidationFailure` option is passed.

* Source/JavaScriptCore/ftl/FTLCompile.cpp:
(JSC::FTL::compile):

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




More information about the webkit-changes mailing list