runtimeverification / runtimeverification/llvm-backend
Add global lock to GC
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 43
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
We should have a way to lock the garbage collector globally - motivated by #643 not being fully fixed by removal of thread_local storage. Need to remind myself of the full context here.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by reading issue #643 and the context around the previous removal of thread_local storage, then locate the garbage collector implementation and its existing synchronization path. Done means defining and implementing a global GC lock that addresses the remaining problem described there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100