Bug 135068
Summary: | Combine baseline JIT implementations into three files | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mark Hahnenberg <mhahnenberg> |
Component: | JavaScriptCore | Assignee: | Mark Hahnenberg <mhahnenberg> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 134142 | ||
Bug Blocks: |
Mark Hahnenberg
The baseline JIT opcode implementations are spread across a bunch of files, which makes it annoying to find and edit things. We should do what we do for the DFG: a 64-bit only file, a 32-bit only file, and a cross-platform file. I'll wait until after bug 134142 to avoid conflicts.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |