Bug 196689

Summary: Enable DFG on MIPS
Product: WebKit Reporter: Guillaume Emont <guijemont>
Component: JavaScriptCoreAssignee: Guillaume Emont <guijemont>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cdumez, cmarcelo, commit-queue, dbates, ews-watchlist, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer, xan.lopez, zan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Patch none

Description Guillaume Emont 2019-04-08 01:30:10 PDT
Since the bytecode change, we enabled the baseline JIT on mips in r240432, but DFG is still missing.
Comment 1 Guillaume Emont 2019-04-08 01:38:44 PDT
Created attachment 366920 [details]
Patch

The patch enabling DFG on MIPS. All tests are passing.
Comment 2 Xan Lopez 2019-04-08 01:53:58 PDT
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.
Comment 3 Xan Lopez 2019-04-08 01:58:32 PDT
(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 4 WebKit Commit Bot 2019-04-08 05:33:03 PDT
Comment on attachment 366920 [details]
Patch

Clearing flags on attachment: 366920

Committed r244000: <https://trac.webkit.org/changeset/244000>
Comment 5 WebKit Commit Bot 2019-04-08 05:33:04 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Radar WebKit Bug Importer 2019-04-08 05:34:18 PDT
<rdar://problem/49693329>