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.