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

Convert target registration system away from holding the pointer to the instantiated target #90

Open
mbhealy opened this issue Apr 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mbhealy
Copy link
Contributor

mbhealy commented Apr 13, 2023

Only one target system will ever be instantiated for a compilation. Therefore we should have a single target pointer with accessors that are globally visible. This would eliminate the need for the changes made here: #86 and allow the target plugin factory to hand over ownership of the target after construction.

@mbhealy mbhealy added the enhancement New feature or request label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant