[Webkit-unassigned] [Bug 288893] New: [Win] Remove USE(CF) || USE(GLIB) blocks from GC code paths
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 28 17:43:53 PST 2025
https://bugs.webkit.org/show_bug.cgi?id=288893
Bug ID: 288893
Summary: [Win] Remove USE(CF) || USE(GLIB) blocks from GC code
paths
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Windows 11
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ian.grunert at gmail.com
In the past JSRunLoopTimer and garbage collector timers were implemented with custom CF / GLib code. As a result there were some USE(CF) || USE(GLIB) blocks in GCController::garbageCollectSoon(), GCController::garbageCollectNowIfNotDoneRecently(), and WorkerGlobalScope::deleteJSCodeAndGC().
However in bug 214102 / https://commits.webkit.org/r264696 the JSRunLoopTimer (previously named HeapTimer) switched to use WTF::RunLoop rather than custom CF code. As it's now using that cross-platform abstraction, USE(CF) || USE(GLIB) blocks are no longer necessary, allowing Windows to use the same code paths.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20250301/c7fc1ef0/attachment.htm>
More information about the webkit-unassigned
mailing list