Replace std::tie with == in operator==()
ClosedPublic

Authored by dfaure on Sep 20 2019, 3:58 AM.

Details

Summary

Before: 136M cycles, 165M instructions, 38.34 ms
After: 125M cycles, 161M instructions, 35 ms

Clearly this doesn't get inlined...
[gcc 7.4.1, RelWithDebInfo build]

Diff Detail

Branch
2019_09_remove_more_ties
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 16820
Build 16838: arc lint + arc unit
dfaure requested review of this revision.Sep 20 2019, 3:58 AM
dfaure created this revision.
dfaure set the repository for this revision to R45 Heaptrack.
mwolff accepted this revision.Sep 24 2019, 9:06 AM

sad but OK :(

This revision is now accepted and ready to land.Sep 24 2019, 9:06 AM
dfaure closed this revision.Sep 24 2019, 12:21 PM