Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono][interp] Fix resizing of ref slots bitset (#100907)
* [mono][interp] Fix resizing of ref slots bitset In rare cases it can happen that doubling the capacity won't fit all ref slots for the var, in case it is a large VT. * [mono][interp] Use asserting version of bitset set Since it is not a hot path anyway.
- Loading branch information