Skip to content

Decouple CrateNum of CrateInfo from the compilation session#67516

Closed
0dvictor wants to merge 2 commits intorust-lang:masterfrom
0dvictor:cratenum
Closed

Decouple CrateNum of CrateInfo from the compilation session#67516
0dvictor wants to merge 2 commits intorust-lang:masterfrom
0dvictor:cratenum

Conversation

@0dvictor
Copy link

CrateNum used inside a CrateInfo is self-contained and hence can be decoupled from the compilation session. By doing so, a compilation session can consume CrateInfo generated from a different compilation session. Ultimately, it allows splitting linker invocation into a separate compilation session.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants