NEW 135068
Combine baseline JIT implementations into three files
https://bugs.webkit.org/show_bug.cgi?id=135068
Summary Combine baseline JIT implementations into three files
Mark Hahnenberg
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.