Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 778df0f67e60051b02d4eadebfc4d87df5ed5c75
      
https://github.com/WebKit/WebKit/commit/778df0f67e60051b02d4eadebfc4d87df5ed5c75
  Author: Ian Grunert <[email protected]>
  Date:   2024-06-26 (Wed, 26 Jun 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/Options.cpp
    M Source/JavaScriptCore/yarr/YarrJIT.cpp
    M Source/JavaScriptCore/yarr/YarrJIT.h
    M Source/JavaScriptCore/yarr/YarrJITRegisters.h
    M Source/WTF/wtf/PlatformEnable.h

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

Reviewed by Yusuke Suzuki.

Also enables the following Yarr JIT features on Windows:

YARR_JIT_ALL_PARENS_EXPRESSIONS
YARR_JIT_REGEXP_TEST_INLINE
YARR_JIT_BACKREFERENCES
YARR_JIT_BACKREFERENCES_FOR_16BIT_EXPRS

* Source/JavaScriptCore/runtime/Options.cpp:
(JSC::Options::notifyOptionsChanged):
* Source/JavaScriptCore/yarr/YarrJIT.cpp:
(JSC::Yarr::areCanonicallyEquivalentThunkGenerator):
* Source/JavaScriptCore/yarr/YarrJIT.h:
* Source/JavaScriptCore/yarr/YarrJITRegisters.h:
(JSC::Yarr::YarrJITRegisters::validate):
* Source/WTF/wtf/PlatformEnable.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to