std::set is pretty slow. We generally prefer llvm::StringSet if we don't
need an sorted set.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12571 Build 12571: arc lint + arc unit
Differential D40579
Use llvm::StringSet instead of std::set. ClosedPublic Authored by ruiu on Nov 28 2017, 2:07 PM.
Details Summary std::set is pretty slow. We generally prefer llvm::StringSet if we don't
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 28 2017, 10:25 PM Closed by commit rLLD319371: Use llvm::StringSet instead of std::set. (authored by ruiu). · Explain WhyNov 29 2017, 2:22 PM Closed by commit rL319371: Use llvm::StringSet instead of std::set. (authored by ruiu). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 124638 lld/wasm/Config.h
|