Skip to content

[analysis] Add a tuple lattice - #6062

Merged
tlively merged 2 commits into
mainfrom
tuple-lattice
Oct 31, 2023
Merged

[analysis] Add a tuple lattice#6062
tlively merged 2 commits into
mainfrom
tuple-lattice

Conversation

@tlively

Copy link
Copy Markdown
Member

This lattice combines any number of other lattices into a single lattice whose
elements are tuples of elements of the other lattices. This will be one of the
most important lattices in the analysis framework because it will be used to
combine information about different parts of the program, e.g. locals and the
value stack, into a single lattice.

@tlively

Copy link
Copy Markdown
MemberAuthor

I'm going to reorder this PR to be before the powerset lattice PR, since this is on my critical path but powersets are not yet.

@tlively

tlively commented Oct 31, 2023

Copy link
Copy Markdown
MemberAuthor

Merge activity

  • Oct 30, 10:45 PM: @tlively started a stack merge that includes this pull request via Graphite.
  • Oct 30, 11:29 PM: Graphite rebased this pull request as part of a merge.
  • Oct 31, 12:10 AM: @tlively merged this pull request with Graphite.

Base automatically changed from vector-lattice to mainOctober 31, 2023 03:29
This lattice combines any number of other lattices into a single lattice whose
elements are tuples of elements of the other lattices. This will be one of the
most important lattices in the analysis framework because it will be used to
combine information about different parts of the program, e.g. locals and the
value stack, into a single lattice.
@tlively
tlively merged commit 68ba799 into mainOct 31, 2023
@tlively
tlively deleted the tuple-lattice branch October 31, 2023 04:10
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
This lattice combines any number of other lattices into a single lattice whose
elements are tuples of elements of the other lattices. This will be one of the
most important lattices in the analysis framework because it will be used to
combine information about different parts of the program, e.g. locals and the
value stack, into a single lattice.
Sign up for freeto 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

@tlively@kripken