FindLibCppStdFunctionCallableInfo() currently uses FindFunctions() in order to find a lambdas operator()() but using FindSymbolsMatchingRegExAndType() is cheaper and if we also anchor the regex using ^ this adds some additional performance gains.
Details
Details
- Reviewers
friss jingham jasonmolenda - Commits
- rZORG967213b9bfe9: [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses…
rZORG90b89fee7b6c: [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses…
rG967213b9bfe9: [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses…
rG90b89fee7b6c: [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses…
rG9acacebf83d3: [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses…
rL360599: [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses…
rLLDB360599: [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses…
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB