Bug 270668
| Summary: | Add support for allowing JIT Cage experiments via a runtime flag. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Marcus Plutowski <marcus_plutowski> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | commit-queue, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 270746 | ||
| Bug Blocks: | |||
Marcus Plutowski
rdar://119832251
Currently this is compiled out in some cases; we want to convert that to an additional runtime flag to enable more experiments using it.
The option should not impact performance when not enabled, and should not significantly increase binary size.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/25605
EWS
Committed 275836@main (06b3353a1bb8): <https://commits.webkit.org/275836@main>
Reviewed commits have been landed. Closing PR #25605 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 270746
Marcus Plutowski
Pull request: https://github.com/WebKit/WebKit/pull/25734