@vtjnash noted in #41733 that there are a couple places currently counted towards compilation time that maybe shouldn't be. Let's discuss! :)
Though it is actually unclear to me why this function counts against the compile-time. It is only used by the GPU stack, and is therefore not quite JIT time.
Originally posted by @vtjnash in #41733 (comment)
Same here: this is the implementation of code_llvm, which is not part of compile time, as that is run at runtime.
Originally posted by @vtjnash in #41733 (comment)