[webkit-changes] [WebKit/WebKit] 06b335: Add runtime flag to allow JIT Cage experiments

Commit Queue noreply at github.com
Fri Mar 8 08:05:32 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 06b3353a1bb84507905d8c052efb433ead7d055f
      https://github.com/WebKit/WebKit/commit/06b3353a1bb84507905d8c052efb433ead7d055f
  Author: Marcus Plutowski <marcus_plutowski at apple.com>
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/Options.cpp
    M Source/JavaScriptCore/runtime/OptionsList.h
    M Source/WTF/wtf/PlatformEnable.h

  Log Message:
  -----------
  Add runtime flag to allow JIT Cage experiments
https://bugs.webkit.org/show_bug.cgi?id=270668
rdar://119832251

Reviewed by Mark Lam.

This was previously only configurable at compile time; now, the new
allowJITCageExperiments will allow this behavior to be turned on at
runtime.

* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::canUseJITCage):
* Source/JavaScriptCore/runtime/OptionsList.h:
* Source/WTF/wtf/PlatformEnable.h:

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