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
Empty program executes about 320 managed methods today (in release build). Initialization of ArrayPool logging (ArrayPoolEventSource) is responsible for 220 of them. When the ArrayPool initialization is commented out, I am back to about 100 where we used to to be historically.
Is the ArrayPool logging valueable enough to contribute this much to startup cost of empty program? Can we make it cheaper or not have it?
mikedn, HFadeel, rikimaru0345, adamkvd and danmoseley