Bug 250941
| Summary: | SpeculativeJIT should be a subclass of DFG::JITCompiler | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keith Miller <keith_miller> |
| Component: | JavaScriptCore | Assignee: | Keith Miller <keith_miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Keith Miller
Right now SpeculativeJIT has an m_jit member that's used on each line we want to emit an instruction, which is a lot. We also have to qualify the names of each enum we want to use because those enums are declared a super class of JITCompiler. Subclassing would allow us to clean up both those issues.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Keith Miller
Pull request: https://github.com/WebKit/WebKit/pull/8922
EWS
Committed 259193@main (356da64c3b23): <https://commits.webkit.org/259193@main>
Reviewed commits have been landed. Closing PR #8922 and removing active labels.