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
Summary:
- LowStringPtrOrId took advantage of the 3 low bits all always being 0.
- With PackedPtr that will not be true.
- But these are roughly never used (only used from Reflection).
- So just lookupLitstrId every time we get them. Which is very cheap.
Reviewed By: jano
Differential Revision: D76876470
fbshipit-source-id: ded0db0556530af09d6ce2419ab1013dc4576f1b
0 commit comments