Bug 240890
| Summary: | Make every LLInt asm global label an alt entry. | ||
|---|---|---|---|
| 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
This is needed to keep Clang from moving these labels around. For correctness, the AfterGate labels rely on themselves not being move from where they are declared in source asm code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/995
EWS
Committed r294786 (250945@main): <https://commits.webkit.org/250945@main>
Reviewed commits have been landed. Closing PR #995 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/93876364>