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

Make the commands of a specific kind of translation unit flyweight data #136

Open
TheRustifyer opened this issue Aug 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request refactor

Comments

@TheRustifyer
Copy link
Member

Refactor

Given this issue #135 , when implemented, most of the command line arguments and flags would be mostly the same for every kind of translation unit. That means that we can convert all of them into our flyweight data, effectively generating them once, and storing them once in the cache, making our program more memory efficient and the cache would need less data to r/w.

@TheRustifyer TheRustifyer added enhancement New feature or request refactor labels Aug 25, 2024
@TheRustifyer TheRustifyer self-assigned this Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

1 participant