melver updated this revision to Diff 265717.
melver added a comment.
Extra unlikely hint.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80428/new/
https://reviews.llvm.org/D80428
Files:
clang/include/clang/Basic/SourceManager.h
clang/lib/Basic
melver created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
- Avoid bit operations to compute Offset by removing bitfields. On 64-bit
architectures, SLocEntry's size is unchanged.
- Provide branch-prediction hints to compiler to generate better code.
Re