[PATCH] D84582: [XRay] Account: recursion detection
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 26 06:07:49 PDT 2020
lebedev.ri updated this revision to Diff 280723.
lebedev.ri edited the summary of this revision.
lebedev.ri added a comment.
Fix performance implications by consistently using `llvm::DenseMap` instead of `std::map`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84582/new/
https://reviews.llvm.org/D84582
Files:
llvm/test/tools/llvm-xray/X86/account-recursive-calls-only-tail-call-deduction.yaml
llvm/test/tools/llvm-xray/X86/account-recursive-calls-only.yaml
llvm/tools/llvm-xray/xray-account.cpp
llvm/tools/llvm-xray/xray-account.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84582.280723.patch
Type: text/x-patch
Size: 13185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200726/5416ef60/attachment.bin>
More information about the llvm-commits
mailing list