Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple worker groups support #1052

Open
wenyuzhao opened this issue Dec 20, 2023 · 0 comments
Open

Multiple worker groups support #1052

wenyuzhao opened this issue Dec 20, 2023 · 0 comments
Labels
A-general Area: all code base (issues with this label may be divided into more concrete issues) C-enhancement Category: Enhancement P-normal Priority: Normal.

Comments

@wenyuzhao
Copy link
Member

We only have one worker group hard-coded in the work packet scheduler.

However, there are three use cases for the multiple worker groups generalization:

  1. LXR requires another worker group with a different number of workers for concurrent GC.
  2. Single-threaded work packet Single-threaded work packets #207
  3. @tianleq 's thread-local GC also requires multiple worker groups.
@wenyuzhao wenyuzhao added C-enhancement Category: Enhancement A-general Area: all code base (issues with this label may be divided into more concrete issues) P-normal Priority: Normal. labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-general Area: all code base (issues with this label may be divided into more concrete issues) C-enhancement Category: Enhancement P-normal Priority: Normal.
Projects
None yet
Development

No branches or pull requests

1 participant