Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bc91e3252400a8c2f5604582292f904e739c02ca
https://github.com/WebKit/WebKit/commit/bc91e3252400a8c2f5604582292f904e739c02ca
Author: Yijia Huang <[email protected]>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M Tools/Scripts/display-profiler-output
Log Message:
-----------
Fix display-profiler-output to handle multi-gigabyte profiler dumps
https://bugs.webkit.org/show_bug.cgi?id=307521
rdar://170116150
Reviewed by Yusuke Suzuki.
Replace IO::read() with chunked reading (1GB chunks) to avoid system
read() syscall limits when processing multi-gigabyte profiler dumps.
Canonical link: https://commits.webkit.org/307234@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications