You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
I think this finally fixes most of long outstanding GC issues that appear in different
forms so far.
The issues was WriteBarrier implementation is wrong.
When we update card table, the address has been already incremented by 8.
With this fix, all corefx tests seem to run on xunit framework without
crashing. I verified this with out of date build, so there are not found
assembly errors like System.Runtime.Extensions with different versions,
though. These are what I tested so far.
System.Collections.Tests
System.Dynamic.Runtime.Tests
System.Linq.Expressions.Tests
Potentially more coreclr tests will pass. I will update them as tests go.
0 commit comments