Bug 135068 - Combine baseline JIT implementations into three files
Summary: Combine baseline JIT implementations into three files
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on: 134142
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-18 13:32 PDT by Mark Hahnenberg
Modified: 2014-07-24 16:51 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-07-18 13:32:44 PDT
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.