RESOLVED FIXED250557
IPC stream buffer interface allows creating npot buffer sizes
https://bugs.webkit.org/show_bug.cgi?id=250557
Summary IPC stream buffer interface allows creating npot buffer sizes
Kimmo Kinnunen
Reported 2023-01-13 02:36:59 PST
IPC stream buffer interface allows creating npot buffer sizes Non-power of two buffer sizes are problematic because the circular buffer algorithm benefits from using power of two buffers.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-01-13 02:37:26 PST
Kimmo Kinnunen
Comment 2 2023-01-13 02:41:19 PST
EWS
Comment 3 2023-01-14 00:45:38 PST
Committed 258911@main (b3f9762fcd0a): <https://commits.webkit.org/258911@main> Reviewed commits have been landed. Closing PR #8613 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.