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

feat[venom]: improve liveness computation time #4086

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented May 31, 2024

What I did

reduce time spent in liveness by only recomputing liveness for basic blocks which need it (any of its cfg_out has changed).

reduces time in venom by 25% (e.g. CurveStableSwapNG-0.4.0.vy goes from 1.3s spent in venom to 1s).

there is also a slight codesize improvement. it seems to be sensitive to the order in which items are added to the worklist.

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

harkal and others added 2 commits May 31, 2024 14:54
reduce time spent in liveness by starting from the leaves of the DFS,
and only recomputing liveness for basic blocks which need it (any of its
cfg_out has changed).
@charles-cooper charles-cooper marked this pull request as ready for review May 31, 2024 20:38
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

2 participants