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

Break down SweepVMSpecific to smaller packets and move the packets to Release #185

Open
qinsoon opened this issue Oct 15, 2024 · 0 comments

Comments

@qinsoon
Copy link
Member

qinsoon commented Oct 15, 2024

We currently create a packet SweepVMSpecific that sweeps malloc'd arrays, stack pools, and weak references for all the threads, and the packet was put to the Compact bucket.

We should break down the work packet into smaller packets, SweepMallocedArrays, SweepStackPools and SweepWeakReferences for each thread. And we should schedule the packets to the Release bucket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant