[webkit-reviews] review requested: [Bug 183130] [MIPS] Optimize generated JIT code for branches : [Attachment 336192] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 07:45:52 PDT 2018


Stanislav Ocovaj <stanislav.ocovaj at rt-rk.com> has asked  for review:
Bug 183130: [MIPS] Optimize generated JIT code for branches
https://bugs.webkit.org/show_bug.cgi?id=183130

Attachment 336192: Patch

https://bugs.webkit.org/attachment.cgi?id=336192&action=review




--- Comment #12 from Stanislav Ocovaj <stanislav.ocovaj at rt-rk.com> ---
Created attachment 336192

  --> https://bugs.webkit.org/attachment.cgi?id=336192&action=review

Patch

I added the requested changes and rebased the patch. I removed the
optimizations for branches with immediate operand as they are now included in
another patch (https://bugs.webkit.org/show_bug.cgi?id=183740). I also moved
the additional nop's from moveWithPatch to branchPtrWithPatch since that is the
only place where they are really needed.


More information about the webkit-reviews mailing list