[Webkit-unassigned] [Bug 198604] Refactoring of architectural Register Information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 12 12:05:09 PDT 2019


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

--- Comment #39 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 371956
  --> https://bugs.webkit.org/attachment.cgi?id=371956
Post-1 Review Patch

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

> Source/JavaScriptCore/jit/RegisterSet.cpp:118
> +#define SET_IF_CALLEESAVED(id, nsid, name, isReserved, isCalleeSaved)  \
> +    if (isCalleeSaved)                                                 \
> +        result.set(nsid);
> +    FOR_EACH_GP_REGISTER(SET_IF_CALLEESAVED)
> +    FOR_EACH_FP_REGISTER(SET_IF_CALLEESAVED)
> +#undef SET_IF_CALLEESAVED

I like this!
But a changelog will help us in evaluating the change. You can get the changelog template by running "Tools/Scripts/prepare-ChangeLog -b <bug-id>"

-- 
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/20190612/049e3093/attachment.html>


More information about the webkit-unassigned mailing list