Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3cd6f131ec0cb8fcfc454c696ec87c27ae8811c7
      
https://github.com/WebKit/WebKit/commit/3cd6f131ec0cb8fcfc454c696ec87c27ae8811c7
  Author: Fujii Hironori <[email protected]>
  Date:   2026-04-03 (Fri, 03 Apr 2026)

  Changed paths:
    M Source/JavaScriptCore/CMakeLists.txt

  Log Message:
  -----------
  [JSC IPInt] IPInt instruction sizes exceed alignIPInt for Linux x86_64 debug 
clang builds
https://bugs.webkit.org/show_bug.cgi?id=310768

Reviewed by Yusuke Suzuki.

VALIDATE_IPINT_OPCODE check failed for Linux x86_64 debug clang builds:

> ASSERTION FAILED: i64_load_mem

On Linux x86_64 debug builds, the linker can emit rel32 jumps instead of rel16,
causing IPInt instructions to get too big. Use -O flag for debug builds.

* Source/JavaScriptCore/CMakeLists.txt:

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



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

Reply via email to