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

Remove usage of BTreeMap for compiler flags #7287

Merged

Conversation

alexcrichton
Copy link
Member

No need for a datastructure here really, a simple list with static strings works alright.

No need for a datastructure here really, a simple list with static
strings works alright.
@alexcrichton alexcrichton requested a review from a team as a code owner October 18, 2023 20:11
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team October 18, 2023 20:11
@alexcrichton alexcrichton added this pull request to the merge queue Oct 18, 2023
Merged via the queue into bytecodealliance:main with commit 61e11a6 Oct 18, 2023
@alexcrichton alexcrichton deleted the compiler-flags-no-btree branch October 18, 2023 22:21
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