This is an archive of the discontinued LLVM Phabricator instance.

[clang][serialization] NFCI: Avoid re-reading input file info
ClosedPublic

Authored by jansvoboda11 on Nov 1 2022, 2:12 PM.

Details

Summary

This patch resolves a FIXME that points out an inefficiency in first deserializing the input file info and the whole input file, which redundantly deserializes the input file info again.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Nov 1 2022, 2:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 2:12 PM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.Nov 1 2022, 2:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 2:12 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Bigcheese accepted this revision.Nov 8 2022, 10:57 AM

lgtm, thanks for fixing this.

This revision is now accepted and ready to land.Nov 8 2022, 10:57 AM