RESOLVED FIXED 148725
Replace all the various forms of branchStructure() with a single method in AssemblyHelpers
https://bugs.webkit.org/show_bug.cgi?id=148725
Summary Replace all the various forms of branchStructure() with a single method in As...
Filip Pizlo
Reported 2015-09-02 15:11:38 PDT
Currently there are the following branchStructure() implementations: JSC::JIT::branchStructure() JSC::branchStructure() JSC::DFG::JITCompiler::branchStructure() They all do the same thing. There should only be one.
Attachments
the patch (12.47 KB, patch)
2015-09-02 15:19 PDT, Filip Pizlo
saam: review+
Filip Pizlo
Comment 1 2015-09-02 15:19:33 PDT
Created attachment 260446 [details] the patch
Saam Barati
Comment 2 2015-09-02 15:24:30 PDT
Comment on attachment 260446 [details] the patch r=me I like duplicate code removal.
Filip Pizlo
Comment 3 2015-09-02 20:17:32 PDT
Note You need to log in before you can comment on or make changes to this bug.