Files
clang-p2996/clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
Timm Baeder 83356f3b62 [clang][bytecode] Compile functions lazily (#131596)
Create the Function* handles for all functions we see, but delay the
actual compilation until we really call the function. This speeds up
compile times with the new interpreter a bit.
2025-03-17 15:58:35 +01:00

7.7 KiB