[webkit-changes] [WebKit/WebKit] ebfdd1: Enable CSS Selector JIT on Windows

Ian noreply at github.com
Sun Oct 22 16:01:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ebfdd1c36b0956630c42593090b65f771d2411ee
      https://github.com/WebKit/WebKit/commit/ebfdd1c36b0956630c42593090b65f771d2411ee
  Author: Ian Grunert <ian.grunert at gmail.com>
  Date:   2023-10-22 (Sun, 22 Oct 2023)

  Changed paths:
    M Source/WTF/wtf/PlatformEnable.h
    M Source/WebCore/cssjit/RegisterAllocator.h

  Log Message:
  -----------
  Enable CSS Selector JIT on Windows
https://bugs.webkit.org/show_bug.cgi?id=128992

Reviewed by Fujii Hironori.

Add Windows to the list of platforms that enable ENABLE_CSS_SELECTOR_JIT
and define callee save registers in the cssjit RegisterAllocator for the
Windows calling convention.

* Source/WTF/wtf/PlatformEnable.h:
* Source/WebCore/cssjit/RegisterAllocator.h:

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




More information about the webkit-changes mailing list