Bug 304052
| Summary: | Disable use of HAVE(36BIT_ADDRESS). | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mark Lam <mark.lam> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mark Lam
We cannot guarantee that the kernel will always map pages with 36-bit addresses. As such, we cannot use HAVE(36BIT_ADDRESS)). For now, we will simply disable the use of HAVE(36BIT_ADDRESS) instead of removing it completely. We will completely remove the HAVE(36BIT_ADDRESS) code after we have some baking time.
Also clean up or fix some uses of EFFECTIVE_ADDRESS_WIDTH that fall out of disabling HAVE(36BIT_ADDRESS).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/166369379>
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/55300
EWS
Committed 304363@main (06d5550e6d76): <https://commits.webkit.org/304363@main>
Reviewed commits have been landed. Closing PR #55300 and removing active labels.