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

update common_symbols #41490

Merged
merged 1 commit into from
Jul 21, 2021
Merged

update common_symbols #41490

merged 1 commit into from
Jul 21, 2021

Conversation

JeffBezanson
Copy link
Sponsor Member

Shaves about 400k off the system image.

@oscardssmith
Copy link
Member

What is the logic behind the reordering?

@KristofferC
Copy link
Sponsor Member

I think it is sorted by the count.

@JeffBezanson
Copy link
Sponsor Member Author

Correct. Probably would be good to sort the list in the usual order though; I can add that.

@oscardssmith
Copy link
Member

It's probably orthogonal, but would it be worth making it so we automatically use the best ordering without having to edit the file when the counts change?

@JeffBezanson
Copy link
Sponsor Member Author

Yes that would be great, it's just a bit of a bother since we'd have to compute the counts and then re-encode each method body while saving a system image.

@vtjnash vtjnash merged commit 0aa7a83 into master Jul 21, 2021
@vtjnash vtjnash deleted the jb/commonsyms branch July 21, 2021 19:10
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.

None yet

4 participants