[webkit-changes] [WebKit/WebKit] 2c2788: RegisterSet build fix

Justin Michaud noreply at github.com
Wed Oct 19 17:03:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2c27883ce75e71ba2df3b145111f31fc17a1f766
      https://github.com/WebKit/WebKit/commit/2c27883ce75e71ba2df3b145111f31fc17a1f766
  Author: Justin Michaud <justin at justinmichaud.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
    M Source/JavaScriptCore/jit/Reg.h
    M Source/JavaScriptCore/jit/Width.h

  Log Message:
  -----------
  RegisterSet build fix
https://bugs.webkit.org/show_bug.cgi?id=246781

Reviewed by Yusuke Suzuki.

* Source/JavaScriptCore/jit/Reg.h:
(JSC::conservativeWidthWithoutVectors):
(JSC::conservativeWidth):
(JSC::conservativeRegisterBytes):
(JSC::conservativeRegisterBytesWithoutVectors):
* Source/JavaScriptCore/jit/Width.h:
(JSC::conservativeWidthWithoutVectors): Deleted.
(JSC::conservativeWidth): Deleted.
(JSC::conservativeRegisterBytes): Deleted.
(JSC::conservativeRegisterBytesWithoutVectors): Deleted.

Canonical link: https://commits.webkit.org/255769@main




More information about the webkit-changes mailing list