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

Order base name generation #742

Closed
wants to merge 4 commits into from
Closed

Conversation

pagran
Copy link
Member

@pagran pagran commented May 20, 2023

Some thinking about this method of generation:

  1. I chose rpc server because it is necessary to have a thread-safe single name storage. This may be a file, but in case of multi-threaded compilation there will be a huge number of file locks (1 lock for 1 name generation)
  2. Broken partial building (for example gogarble.txtar test)

Current implementation seems very awkward to me

@pagran
Copy link
Member Author

pagran commented Jul 19, 2023

i think it's too outdated

@pagran pagran closed this Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant