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
Cache symbol lists used by LLD_REPORT_UNDEFINED. NFC
This means that the JS libraries only only need to be processed when
there is cache miss. The cost of processing the JS libraries is about
300ms on my machine which is about 30% of the link time for hello
world. When there is cache hit this cost is reduced to 3ms.
This change is in prepartion for switching this mode on my default in.
See: #16003
0 commit comments