[Webkit-unassigned] [Bug 166832] New: Explore combinations of timeout and work count as a metric for when to end an increment of constraint solving
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jan 8 14:13:04 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=166832
Bug ID: 166832
Summary: Explore combinations of timeout and work count as a
metric for when to end an increment of constraint
solving
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
In steady state, after constraint solving marks something, we just yield to marking. But it seems like we could have a smarter metric, where we yield subject to timeout so long as we have at least one thing of new work but haven't yet hit some minimum quota of minimum work. For example we might have a mutator mark stack that always has one damn thing in it. It's probably more profitable to try to
run one extra constraint after that, so long as we haven't been running for too long.
--
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/20170108/3a4f2ac3/attachment.html>
More information about the webkit-unassigned
mailing list