Bug 167248 - The space-time scheduler should be stochastic
Summary: The space-time scheduler should be stochastic
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 167249
Blocks: 166833
  Show dependency treegraph
 
Reported: 2017-01-20 12:56 PST by Filip Pizlo
Modified: 2017-02-16 13:41 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2017-01-20 12:56:14 PST
As I've been studying how the space-time scheduler behaves - in particular what it's phase-snapping after constraint-solving does - it seems that it's at its best when its choices are random with the probability being determined by headroom availability.
Comment 1 Filip Pizlo 2017-02-16 13:41:21 PST
This is done.