You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frozen: fix performance of FixedSizeString view comparison
Summary:
I observed clang generating a byte-by-byte comparison for
FixedSizeString, despite the length being known to be 8 and therefore
comparable with a simple integer comparison.
Reviewed By: iahs
Differential Revision: D53557089
fbshipit-source-id: 9b6a5bfd06a3130567f1ed22e7532a2178f44e07
0 commit comments