[Webkit-unassigned] [Bug 214966] [GTK] 2.29.4 fails to build in armhf

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 11:04:27 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214966

Michael Catanzaro <mcatanzaro at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #405844|review?                     |review+
              Flags|                            |

--- Comment #7 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 405844
  --> https://bugs.webkit.org/attachment.cgi?id=405844
Patch

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

Thanks Berto!

> Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:340
> +    if ARMv7
> +        subp cfr, CalleeRegisterSaveSize, t3
> +        move t3, sp
> +    else
> +        subp cfr, CalleeRegisterSaveSize, sp
> +    end

I guess there's no particularly compelling reason to keep this fallback path, right? We could avoid the need for the condition by just always going through the t3 register.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200803/57617528/attachment.htm>


More information about the webkit-unassigned mailing list