RESOLVED FIXED 148595
Refactor the JIT printer out of the AbstractMacroAssembler into MacroAssemblerPrinter.
https://bugs.webkit.org/show_bug.cgi?id=148595
Summary Refactor the JIT printer out of the AbstractMacroAssembler into MacroAssemble...
Mark Lam
Reported 2015-08-28 15:49:35 PDT
Why do this? 1. MacroAssembler::print() code (except for the prototype) need no longer be parsed when compiling C++ files that don't need it. 2. Adding support for more printable types to MacroAssemblerPrinter::PrintArg triggers recompilation of less files. 3. The printing code is for most the part common between all target platforms and was previously duplicated by cut-and-paste to all the varieties of MacroAssemblers that support the MASM_PROBE mechanism. Now, there is only one copy in MacroAssemblerPrinter.
Attachments
the fix. (41.13 KB, patch)
2015-08-28 15:51 PDT, Mark Lam
no flags
fix 2: remove those accidental newlines in VC project files. (40.79 KB, patch)
2015-08-28 15:54 PDT, Mark Lam
ggaren: review+
Mark Lam
Comment 1 2015-08-28 15:51:42 PDT
Created attachment 260187 [details] the fix.
Mark Lam
Comment 2 2015-08-28 15:54:06 PDT
Created attachment 260188 [details] fix 2: remove those accidental newlines in VC project files.
Geoffrey Garen
Comment 3 2015-08-28 15:55:22 PDT
Comment on attachment 260188 [details] fix 2: remove those accidental newlines in VC project files. r=me
Mark Lam
Comment 4 2015-08-28 15:59:46 PDT
Thanks for the review. Landed in r189130: <http://trac.webkit.org/r189130>.
Note You need to log in before you can comment on or make changes to this bug.