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
Convert test_dylink_pthread_static_data to C (#24502)
In an effort to reproduce the flakiness and fix#24500 this change makes
the test build a lot faster. For some reason the C++ lambda expression
was adding over a second to the compiler time on `main.cpp`.
This change makes the test go from 2.8 seconds 1.4 seconds on my
machine.
0 commit comments