Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: df879d3c2a8cb5037f183fb2d466d48bbeadce11
https://github.com/WebKit/WebKit/commit/df879d3c2a8cb5037f183fb2d466d48bbeadce11
Author: Justin Michaud <[email protected]>
Date: 2026-04-08 (Wed, 08 Apr 2026)
Changed paths:
M Source/WebKit/NetworkProcess/soup/WebKitDirectoryInputStream.cpp
M Source/bmalloc/libpas/src/libpas/pas_utils.c
M Source/bmalloc/libpas/src/libpas/pas_utils.h
M Source/cmake/WebKitCommon.cmake
Log Message:
-----------
32-bit build fixes for libpas (round 2)
https://bugs.webkit.org/show_bug.cgi?id=311681
Reviewed by Yusuke Suzuki.
Enable PAS_ASSERT_IF on 32-bit and make some pas util functions
compile successfully (even if they don't work).
We also make sure that mimalloc builds inside 32-bit containers
on 64-bit machines by setting CMAKE_SYSTEM_PROCESSOR. Before,
it tried to enable arm64-specific optimizations.
Canonical link: https://commits.webkit.org/310778@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications