[webkit-changes] [WebKit/WebKit] 0de4d5: JSC cli should have a short option for useConcurre...

Keith Miller noreply at github.com
Wed May 1 14:46:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0de4d5991ad42c9ab64d474d391978429e842e51
      https://github.com/WebKit/WebKit/commit/0de4d5991ad42c9ab64d474d391978429e842e51
  Author: Keith Miller <keith_miller at apple.com>
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
    M Source/JavaScriptCore/jsc.cpp
    M Tools/Scripts/run-jsc-stress-tests

  Log Message:
  -----------
  JSC cli should have a short option for useConcurrentJIT=0
https://bugs.webkit.org/show_bug.cgi?id=273528
rdar://127327863

Reviewed by Yusuke Suzuki.

This is a commonly used option so it should have a short option. This patch makes the
option `-s` for "synchronous compilation". Currently, this is used for signal handling
but that's only used by the test harness so we can move that to a long option, `--signal-expected`.

* Source/JavaScriptCore/jsc.cpp:
(printUsageStatement):
(CommandLine::parseArguments):
* Tools/Scripts/run-jsc-stress-tests:

Canonical link: https://commits.webkit.org/278231@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