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
Our codebase has a bunch of uses of the inline keyword. This used to be useful with early compilers, but now is just extra fluff to read. (I just ran a perf suite on all renderings and there's no change with or without inline hints). We should eliminate these.