[webkit-changes] [WebKit/WebKit] a9b245: [JSC] adjust for Windows calling convention

Yusuke Suzuki noreply at github.com
Fri Apr 21 12:56:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a9b245201e042fb018f73757a415ec1896cb542c
      https://github.com/WebKit/WebKit/commit/a9b245201e042fb018f73757a415ec1896cb542c
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-04-21 (Fri, 21 Apr 2023)

  Changed paths:
    M Source/JavaScriptCore/assembler/testmasm.cpp

  Log Message:
  -----------
  [JSC] adjust for Windows calling convention
https://bugs.webkit.org/show_bug.cgi?id=255766
rdar://108355425

Reviewed by Mark Lam.

Windows increments argument registers even though it is not used. Like,

test(int, int, double) will get argumentGPR0, argumentGPR1, argumentFPR2.

* Source/JavaScriptCore/assembler/testmasm.cpp:
(JSC::testStoreBaseIndex):

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




More information about the webkit-changes mailing list