RESOLVED FIXED 116135
Split out CPU specific parts of JITStubs.cpp
https://bugs.webkit.org/show_bug.cgi?id=116135
Summary Split out CPU specific parts of JITStubs.cpp
Mark Lam
Reported 2013-05-14 21:15:54 PDT
JITStubs.cpp is getting large and unwieldy with all the #if CPU(...) variations. We should refactor the CPU specific parts into their own files. Patch coming soon.
Attachments
the patch (85.37 KB, patch)
2013-05-14 22:04 PDT, Mark Lam
msaboff: review+
Mark Lam
Comment 1 2013-05-14 22:04:32 PDT
Created attachment 201790 [details] the patch
Michael Saboff
Comment 2 2013-05-15 07:53:27 PDT
Comment on attachment 201790 [details] the patch r=me
Mark Lam
Comment 3 2013-05-15 08:06:25 PDT
Thanks for the review. Landed in r150109: <http://trac.webkit.org/changeset/150109>.
Note You need to log in before you can comment on or make changes to this bug.