iterate on the kernel-based summary format #31704
Labels
area-front-end
Use area-front-end for front end / CFE / kernel format related issues.
customer-analyzer
customer-bazel
customer-dev-compiler
front-end-kernel
This meta bug is to track some requirements we have on kernel-based summaries, so we can iterate on their design.
At this time we are using kernel outlines as a summary format for analyzer, bazel, and ddc. Similar to how we have a special format to support hot-reload, we believe we need some special adjustments for the summary format as well.
For bazel, the main requirement is scalability on modular compiles, ensure that the output doesn't change if the sources compiled into a summary didn't change or if the only changes didn't affect the public API of the module (changes within method bodies, or whitespace changes).
I figure we can use this bug to keep tracking other requirements from other clients.
/cc @peter-ahe-google
The text was updated successfully, but these errors were encountered: