Improvements to set and binding allocations
Open
enhancement
- Dominant language
- LLVM
- Stars
- 729
- Forks
- 110
- Avg merge
- 17h 51m
- Merged PRs (30d)
- 23
Description
As mentioned in #614 there are some potential improvements that could be made to descriptor allocation. Currently descriptors are allocated before attempting to resolve via DirectResourceAccess. The potential sharing could be considered earlier so that descriptors are assigned to DRA.
Contributor guide
Research direction
Start by reading issue #614 and tracing descriptor allocation through DirectResourceAccess. Determine how potential sharing could be considered before descriptors are allocated and how descriptors would then be assigned to DRA; done means the allocation flow reflects that sharing without losing required bindings.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100