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

Change TB2::Module to use the TB2 singleton #56

Closed
schwern opened this issue Sep 9, 2010 · 1 comment
Closed

Change TB2::Module to use the TB2 singleton #56

schwern opened this issue Sep 9, 2010 · 1 comment

Comments

@schwern
Copy link
Contributor

schwern commented Sep 9, 2010

TB2::Module currently gives each module their own TB2 object. This was part of an earlier design where TB2 would contain local per module information and coordinate with internal singletons. This design is dead.

Change TB2::Module to use the upcoming TB2->singleton. Change $Builder to Builder() which is a thin wrapper around TB2->singleton.

@schwern
Copy link
Contributor Author

schwern commented Sep 10, 2010

Done in 524db31

exodist added a commit that referenced this issue Apr 21, 2016
Improve docs to make it more clear that the loader is optional
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant