Depends on D80771.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Analysis/StackSafetyAnalysis.cpp | ||
---|---|---|
143 | Why not DenseMap, do you expect this to use less memory at very small sizes? |
llvm/lib/Analysis/StackSafetyAnalysis.cpp | ||
---|---|---|
143 | DenseMap is good for small vales, key, here values are quite fat. |
Comment Actions
Sorry I had to revert in f9bb101d394d : this seems to be breaking gcc 5 build (hopefully I got the right patch?) See here: https://buildkite.com/mlir/mlir-core/builds/5364#d4d067e0-6acd-4754-8a3d-003fbae06695
Why not DenseMap, do you expect this to use less memory at very small sizes?