Bug 191190

Summary: Enable LLInt on ARMv7/Linux
Product: WebKit Reporter: Dominik Inführ <dominik.infuehr>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, ews-watchlist, fpizlo, guijemont, saam, thorton, tzagallo, webkit-bug-importer, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 191163    
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch none

Description Dominik Inführ 2018-11-02 06:31:06 PDT
Enable LLInt on ARMv7/Linux
Comment 1 Dominik Inführ 2018-11-02 06:43:25 PDT
Created attachment 353691 [details]
Patch
Comment 2 Dominik Inführ 2018-11-02 06:49:09 PDT
Created attachment 353692 [details]
Patch
Comment 3 Dominik Inführ 2018-11-02 08:20:53 PDT
Created attachment 353704 [details]
Patch
Comment 4 Yusuke Suzuki 2018-11-02 19:44:21 PDT
Comment on attachment 353704 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=353704&action=review

r=me

> Source/JavaScriptCore/jit/GPRInfo.h:564
> +    static const GPRReg regCS0 = ARMRegisters::r11;

Put `regCS0` definition just after `regTx` temporary registers.

> Source/JavaScriptCore/offlineasm/arm.rb:137
> +            "r11"

Update the document in arm.rb's header.
Comment 5 Dominik Inführ 2018-11-05 00:13:25 PST
Created attachment 353833 [details]
Patch
Comment 6 EWS Watchlist 2018-11-05 01:47:11 PST
Comment on attachment 353833 [details]
Patch

Attachment 353833 [details] did not pass jsc-ews (mac):
Output: https://webkit-queues.webkit.org/results/9861865

New failing tests:
stress/regexp-compile-oom.js.dfg-maximal-flush-validate-no-cjit
stress/const-semantics.js.dfg-eager
apiTests
Comment 7 Dominik Inführ 2018-11-05 07:42:28 PST
Test failures not related to this patch.
Comment 8 WebKit Commit Bot 2018-11-05 08:07:47 PST
Comment on attachment 353833 [details]
Patch

Clearing flags on attachment: 353833

Committed r237803: <https://trac.webkit.org/changeset/237803>
Comment 9 WebKit Commit Bot 2018-11-05 08:07:49 PST
All reviewed patches have been landed.  Closing bug.
Comment 10 Radar WebKit Bug Importer 2018-11-05 08:08:26 PST
<rdar://problem/45807492>