This uses one less word on 64-bit platforms, so should be a strict
improvement. This change also lets us get rid of llvm::CachedHash.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 505 Build 505: arc lint + arc unit
Differential D25646
Use CachedHashStringRef instead of CachedHash<StringRef>. ClosedPublic Authored by jlebar on Oct 15 2016, 3:08 PM.
Details Summary This uses one less word on 64-bit platforms, so should be a strict
Diff Detail
Event Timelinejlebar updated this object. jlebar added a child revision: D25630: [ADT] Remove CachedHash, which is unused..Oct 15 2016, 3:12 PM Closed by commit rL284502: Use CachedHashStringRef instead of CachedHash<StringRef>. (authored by jlebar). · Explain WhyOct 18 2016, 11:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 74774 lld/ELF/SymbolTable.h
lld/ELF/SymbolTable.cpp
|