Skip to content

Compile time measurement is currently measuring some non-compilation things? #41921

@NHDaly

Description

@NHDaly

@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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    compiler:codegenGeneration of LLVM IR and native code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions