[all-commits] [llvm/llvm-project] 03aa5c: [LLDB] Optimize identifier lookup in DIL (#146094)
Ilia Kuklin via All-commits
all-commits at lists.llvm.org
Thu Jul 3 07:15:37 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03aa5c0a9e7125c6547c551389a86dd70b2408f0
https://github.com/llvm/llvm-project/commit/03aa5c0a9e7125c6547c551389a86dd70b2408f0
Author: Ilia Kuklin <ikuklin at accesssoftek.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/Makefile
M lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/TestFrameVarDILGlobalVariableLookup.py
A lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/extern.cpp
M lldb/test/API/commands/frame/var-dil/basics/GlobalVariableLookup/main.cpp
Log Message:
-----------
[LLDB] Optimize identifier lookup in DIL (#146094)
Remove unused code and unnecessary function calls, optimize global
variable search.
Add more test cases.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list