Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6cba932c7d4f99bba227fb58ff1d7b42546d3cf8
      
https://github.com/WebKit/WebKit/commit/6cba932c7d4f99bba227fb58ff1d7b42546d3cf8
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-11-02 (Sun, 02 Nov 2025)

  Changed paths:
    M Source/bmalloc/libpas/src/libpas/pas_allocation_result.c

  Log Message:
  -----------
  [libpas] Use page-based-zero-clear more aggressively
https://bugs.webkit.org/show_bug.cgi?id=301819
rdar://163879917

Reviewed by Mark Lam.

Previously we were failing to use page-based-zero-clear when the first
address is not aligned to page size. This patch relaxes this condition.
We should use page-based-zero-clear for the middle of the allocated
region.

* Source/bmalloc/libpas/src/libpas/pas_allocation_result.c:
(pas_allocation_result_zero_large_slow):

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



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

Reply via email to