Bug 151045
| Summary: | Factor Air::CCallSpecial out of Air and into the B3 namespace | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 151043 | ||
| Bug Blocks: | 150279 | ||
Filip Pizlo
It has a super intense contract with the B3->Air lowering of CCall. For that reason, it doesn't make sense for it to be in Air, or for Air::Code to have special knowledge of it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Filip Pizlo
I'm taking a different direction in my work on https://bugs.webkit.org/show_bug.cgi?id=152952