[webkit-reviews] review granted: [Bug 191190] Enable LLInt on ARMv7/Linux : [Attachment 353704] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 2 19:44:21 PDT 2018


Yusuke Suzuki <yusukesuzuki at slowstart.org> has granted Dominik Inführ
<dinfuehr at igalia.com>'s request for review:
Bug 191190: Enable LLInt on ARMv7/Linux
https://bugs.webkit.org/show_bug.cgi?id=191190

Attachment 353704: Patch

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




--- Comment #4 from Yusuke Suzuki <yusukesuzuki at slowstart.org> ---
Comment on attachment 353704
  --> https://bugs.webkit.org/attachment.cgi?id=353704
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.


More information about the webkit-reviews mailing list