Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 71474d040dcbd34614cabeed78cdfbbb9bff133d
      
https://github.com/WebKit/WebKit/commit/71474d040dcbd34614cabeed78cdfbbb9bff133d
  Author: Ian Grunert <[email protected]>
  Date:   2025-08-15 (Fri, 15 Aug 2025)

  Changed paths:
    M Source/bmalloc/libpas/src/libpas/pas_monotonic_time.c
    M Source/bmalloc/libpas/src/libpas/pas_page_malloc.c
    M Source/bmalloc/libpas/src/libpas/pas_thread.c

  Log Message:
  -----------
  [Win] Use DiscardVirtualMemory in libpas
https://bugs.webkit.org/show_bug.cgi?id=297094

Reviewed by Yusuke Suzuki.

Using DiscardVirtualMemory with a VirtualAlloc fallback; it seems that
DiscardVirtualMemory is better at returning memory to the OS faster.

Also avoiding committing and decommitting outside the requested range
due to the returned memInfo.

Fix a bug in pthread_cond_timedwait which might make the scavenger
thread run less frequently than it should.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to