Closed
Description
Compile this file with and without -race
:
On my laptop, it compiles without -race in 1.5s. With -race, it takes over 100s.
This is extracted and simplified from real code that was causing repeated CI build timeouts, meaning it was taking upwards of 10 minutes to build on a slow CI machine.
Reproduced with both 1.19.4 and 1.20rc2.
I haven't investigated at all.