Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide ability for caller to seed/re-use symbol table across compile jobs #294

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

jhump
Copy link
Member

@jhump jhump commented Apr 23, 2024

In addition to allowing a later compilation job to detect collisions with symbols defined in earlier jobs, this also gives the caller access to an index of all symbols, which can be used to implement an efficient resolver over all results of compilation.

@jhump jhump requested a review from emcfarlane April 23, 2024 18:10
@jhump jhump merged commit 9eb0fbf into main Apr 23, 2024
9 checks passed
@jhump jhump deleted the jh/provide-symbols-to-compiler branch April 23, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants