[webkit-changes] [WebKit/WebKit] 299f0a: Disable JITCage by default when ASAN is enabled

Marcus Plutowski noreply at github.com
Fri May 31 13:45:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 299f0aa7d7767ec82bdd3f6a1e041ae2420a3028
      https://github.com/WebKit/WebKit/commit/299f0aa7d7767ec82bdd3f6a1e041ae2420a3028
  Author: Marcus Plutowski <marcus_plutowski at apple.com>
  Date:   2024-05-31 (Fri, 31 May 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/Options.cpp

  Log Message:
  -----------
  Disable JITCage by default when ASAN is enabled
https://bugs.webkit.org/show_bug.cgi?id=274929
rdar://122946733

Reviewed by Keith Miller.

This way of disabling allows us to still use JSC_FORCE_USE_JIT_CAGE to
override the disablement, in case anyone wants to investigate despite
the broad incompatability.

* Source/JavaScriptCore/runtime/Options.cpp:

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