[webkit-changes] [WebKit/WebKit] 292ee2: Only set JIT_OPERATION_VALIDATION_ASSERT_ENABLED w...

Marcus Plutowski noreply at github.com
Wed Jul 17 17:47:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 292ee2d452dae53bcbcc4bff0a103f363f573afb
      https://github.com/WebKit/WebKit/commit/292ee2d452dae53bcbcc4bff0a103f363f573afb
  Author: Marcus Plutowski <marcus_plutowski at apple.com>
  Date:   2024-07-17 (Wed, 17 Jul 2024)

  Changed paths:
    M Source/JavaScriptCore/assembler/JITOperationList.cpp
    M Source/JavaScriptCore/assembler/JITOperationList.h

  Log Message:
  -----------
  Only set JIT_OPERATION_VALIDATION_ASSERT_ENABLED when JIT_OPERATION_VALIDATION is enabled
https://bugs.webkit.org/show_bug.cgi?id=276734
rdar://131950848

Reviewed by Alexey Shvayka and Keith Miller.

This prevents the problematic pieces of code from being compiled when
they're not wanted, while not changing the behavior of
JITOperationValidation otherwise.

* Source/JavaScriptCore/assembler/JITOperationList.h:

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