Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GcInfoEncoder: Initialize the BitArrays tracking liveness (dotnet#8485)
The non-X86 GcInfoEncoder library uses two bit-arrays to keep track of pointer-liveness. The BitArrays are allocated using the arena allocator which doesn't zero-initialize them. This was causing non-deterministic redundant allocation of unused slots. This change fixes the problem.
- Loading branch information