-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lattice overhaul step 2: convert existing extended lattice wrappers t…
…o `LatticeElement` attributes - pack `PartialStruct` into `LatticeElement.fields` - pack `Conditional`/`InterConditional` into `LatticeElement.conditional` - pack `Const` into `LatticeElement.constant` - pack `PartialTypeVar` into `LatticeElement.partialtypevar` - pack `LimitedAccuracy` into `LatticeElement.causes` - pack `PartialOpaque` into `LatticeElement.partialopaque` - pack `MaybeUndef` into `LatticeElement.maybeundef` - merge `LatticeElement.partialopaque` and `LatticeElement.partialopaque` There is not much value in keeping them separate, since a variable usually doesn't have these "special" attributes at the same time. - wrap `Vararg` in `LatticeElement.special::Vararg` - add HACK to allow `DelayedTyp` to sneak in `LatticeElement` system And now we can eliminate `AbstractLattice`, and our inference code works with `LatticeElement` (mostly). - define `SSAValueType(s)` / `Argtypes` aliases
- Loading branch information
Showing
29 changed files
with
1,405 additions
and
1,082 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.