forked from OSchip/llvm-project
Add a FIXME to revisit the performance of BackRefMap later
llvm-svn: 160709
This commit is contained in:
parent
587bcca66d
commit
ff7ff3f30b
|
@ -33,6 +33,8 @@ class MicrosoftCXXNameMangler {
|
|||
MangleContext &Context;
|
||||
raw_ostream &Out;
|
||||
|
||||
// FIXME: audit the performance of BackRefMap as it might do way too many
|
||||
// copying of strings.
|
||||
typedef std::map<std::string, unsigned> BackRefMap;
|
||||
BackRefMap NameBackReferences;
|
||||
bool UseNameBackReferences;
|
||||
|
|
Loading…
Reference in New Issue