Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

On second thought, don't bother caching compiled API notes at all. #120

Conversation

jrose-apple
Copy link
Contributor

Because API notes are always used with modules, and modules are always cached in PCM files, we don't really achieve any major wins by caching the API notes information separately. Just rebuild the PCM when the API notes change, like we do for headers.

The next step is to not use the binary form at all. We don't really need it, for the same reason we don't need the cache.

rdar://problem/31745420, also a better solution to SR-5806 than #119.

Because API notes are always used with modules, and modules are always
cached in PCM files, we don't really achieve any major wins by caching
the API notes information separately. Just rebuild the PCM when the
API notes change, like we do for headers.

The next step is to not use the binary form at all. We don't really
need it, for the same reason we don't need the cache.

rdar://problem/31745420, also a better solution to
https://bugs.swift.org/browse/SR-5806
Copy link
Member

@DougGregor DougGregor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My beautiful, beautiful code! You monster! Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants