Since the bytecode change, we enabled the baseline JIT on mips in r240432, but DFG is still missing.
Created attachment 366920 [details] Patch The patch enabling DFG on MIPS. All tests are passing.
Comment on attachment 366920 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=366920&action=review Makes sense to me, just a small nit. > Tools/Scripts/run-jsc-stress-tests:452 > +if $architecture == "x86" I believe 'eq' is used for string comparison.
(In reply to Xan Lopez from comment #2) > Makes sense to me, just a small nit. > > > Tools/Scripts/run-jsc-stress-tests:452 > > +if $architecture == "x86" > > I believe 'eq' is used for string comparison. And nevermind this, thought it was a perl script!
Comment on attachment 366920 [details] Patch Clearing flags on attachment: 366920 Committed r244000: <https://trac.webkit.org/changeset/244000>
All reviewed patches have been landed. Closing bug.
<rdar://problem/49693329>