-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Relay][VM] Relay VM memory liveness/lifetime analysis (#10026)
* WIP VM memory planning * tuple projection * support if * lint * remove old comment * WIP check in attempt at CFG analysis * rewrite CFG analysis in stages, support ADTs * lint * fix small bug in alias elimination, try fix VM profiler error * update DCE tests since allocations can be DCE'd * optimize worklist to reduce runtime * add docs, rename pass to ManifestLifetimes * add tests, more comments, proper VM profiler fix * lint * ci please * address nits * retry ci again * retry ci once again :) * fix sneaky memory leak due to cyclic refs * fix didn't work but retry ci anyway * slightly reduce size of large pretty printer test
- Loading branch information
Showing
13 changed files
with
866 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.