[Webkit-unassigned] [Bug 165910] New: Make the collector's fixpoint smart about scheduling work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 15 12:18:54 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165910
Bug ID: 165910
Summary: Make the collector's fixpoint smart about scheduling
work
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fpizlo at apple.com
The GC currently scans a bunch of things in each fixpoint iteration. It will sometimes do many fixpoint iterations. I suspect that when it does have to perform multiple fixpoint iterations, it's because some specific part of the fixpoint is being very needy. This implies that we can dramatically improve the fixpoint's performance using traditional fixpoint optimization tricks.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161215/eb975350/attachment-0001.html>
More information about the webkit-unassigned
mailing list