[webkit-changes] [WebKit/WebKit] 389c22: Handle JIT tier dependencies better at compile time

tannal noreply at github.com
Tue Oct 1 12:07:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 389c22b6c90f2a11b6d893e3d8053ab6112357dd
      https://github.com/WebKit/WebKit/commit/389c22b6c90f2a11b6d893e3d8053ab6112357dd
  Author: tannal <tannal2409 at gmail.com>
  Date:   2024-10-01 (Tue, 01 Oct 2024)

  Changed paths:
    M Source/WTF/wtf/PlatformEnable.h

  Log Message:
  -----------
  Handle JIT tier dependencies better at compile time

https://bugs.webkit.org/show_bug.cgi?id=280243

Reviewed by Keith Miller.

Better error messages for JIT tier dependencies. If DFG and FTL are enabled
while baseline is not, print an error message instead of silently disabling
them. This fixes two FIXME comments in the code.

* Source/WTF/wtf/PlatformEnable.h:

Canonical link: https://commits.webkit.org/284499@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