diff options
author | Timm Baeder <tbaeder@redhat.com> | 2025-03-17 15:58:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-17 15:58:35 +0100 |
commit | 83356f3b62e95b980ca48083aafa4a1b4040d4c9 (patch) | |
tree | 62a29a712a2afb5af2fa065eefb4118f66d92292 /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | 9455df969ef34681d08b2118a2ca2e8b0bd0155b (diff) | |
download | llvm-83356f3b62e95b980ca48083aafa4a1b4040d4c9.zip llvm-83356f3b62e95b980ca48083aafa4a1b4040d4c9.tar.gz llvm-83356f3b62e95b980ca48083aafa4a1b4040d4c9.tar.bz2 |
[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.
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
0 files changed, 0 insertions, 0 deletions