- Avoid bit operations to compute Offset by removing bitfields. On 64-bit architectures, SLocEntry's size is unchanged!
- Move fast-path assignment of LessIndex up, to avoid potential spill.
- Provide branch-prediction hints to compiler to generate better code.
Tested:
- Default compiler: clang-9
TDB