[Webkit-unassigned] [Bug 232624] [JSC] Make sharing of unlinked baseline code possible on JSVALUE32_64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 19 20:13:34 PST 2021


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

Yusuke Suzuki <ysuzuki at apple.com> changed:

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

--- Comment #10 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 444242
  --> https://bugs.webkit.org/attachment.cgi?id=444242
Patch

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

r=me

> Source/JavaScriptCore/jit/AssemblyHelpers.h:284
> +#elif USE(JSVALUE32_64)

There is no other config, so you can just use "#else"

> Source/JavaScriptCore/jit/AssemblyHelpers.h:1080
> +#elif USE(JSVALUE32_64)

Ditto.

> Source/JavaScriptCore/jit/AssemblyHelpers.h:1089
> +#elif USE(JSVALUE32_64)

Ditto.

> Source/JavaScriptCore/jit/AssemblyHelpers.h:1168
> +#elif USE(JSVALUE32_64)

Ditto.

-- 
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/20211120/4b92022e/attachment.htm>


More information about the webkit-unassigned mailing list