Skip to content

Opt-in stickiness for VTs other than JDK pollers #118

Description

@franz1981

There are cases with workstealing where once a VT is stolen to make progress there is little point to keep it returning to its assigned scheduler (it can cause a cache miss!) and work stealing in the latest form could still redistribute it if the running one is overwhelmed, so it could be beneficial to keep it running where it is, relying on work stealing to do its job, and keeping the last CPI cache who handles it, hot.
The same won't apply to JDK pollers as they are really more tied to a specific scheduler, in their intention.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions