[webkit-changes] [WebKit/WebKit] d86cd4: Use SystemV ABI for CSS Selector JIT on Windows

Ian noreply at github.com
Thu Jun 27 17:54:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d86cd42fe26d4de7a76887df7880adcee2ea7925
      https://github.com/WebKit/WebKit/commit/d86cd42fe26d4de7a76887df7880adcee2ea7925
  Author: Ian Grunert <ian.grunert at gmail.com>
  Date:   2024-06-27 (Thu, 27 Jun 2024)

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

  Log Message:
  -----------
  Use SystemV ABI for CSS Selector JIT on Windows
https://bugs.webkit.org/show_bug.cgi?id=275971

Reviewed by Yusuke Suzuki.

Dropped the OS and PLATFORM checks for CSS JIT in PlatformEnable.h, we
rely on whether JIT is enabled instead.

* Source/WTF/wtf/PlatformEnable.h:
* Source/WebCore/cssjit/RegisterAllocator.h:
(WebCore::RegisterAllocator::isCallerSavedRegister):
* Source/WebCore/cssjit/SelectorCompiler.h:
(WebCore::SelectorCompiler::ruleCollectorSimpleSelectorChecker):
(WebCore::SelectorCompiler::querySelectorSimpleSelectorChecker):
(WebCore::SelectorCompiler::ruleCollectorSelectorCheckerWithCheckingContext):
(WebCore::SelectorCompiler::querySelectorSelectorCheckerWithCheckingContext):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list