Commit Graph

2 Commits

Author SHA1 Message Date
Erik Eckstein
c6abbfa29d Remangler: don't construct a std::string for hashing and comparing identifiers
This avoids memory allocations.
2019-03-13 11:49:58 -07:00
Erik Eckstein
abccbd8c8c runtime: make the old remangler allocation free.
Extract common code from the old and new remangler into a common base class.
This lets the old remangler benefit from the changes I did recently in the new remangler.
2019-03-13 11:49:58 -07:00