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

llvm: Remove unused parameters from compiled structures #2339

Merged
merged 2 commits into from
Mar 14, 2022

Conversation

jvesely
Copy link
Collaborator

@jvesely jvesely commented Mar 14, 2022

No description provided.

No other component type is using 'execution_until_finished'.
Significantly reduces size of model mutable state:
pp: 15.75/6.28kB -> 10.7/1.32kB
sf: 17.7/10.57kB -> 8.81/1.71kB
Structural parameter, not used during computation.
ro params: pp: 5.96kB -> 4.83kB, sf: 5.77kB -> 4.02kB

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
@jvesely jvesely added compiler Runtime Compiler performance Performance related work labels Mar 14, 2022
@jvesely jvesely added this to In progress in LLVM Runtime Compiler via automation Mar 14, 2022
@github-actions
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.7-x64):

No differences!

...

See CI logs for the full diff.

@jvesely jvesely merged commit 7b93c36 into PrincetonUniversity:devel Mar 14, 2022
LLVM Runtime Compiler automation moved this from In progress to Done Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Runtime Compiler performance Performance related work
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant