dillon1000/react
Commit
Browse files [hir] Introduce AbstractState.store
Currently AbstractState.alias performs three operations: - Reading a value - Storing the value - Updating aliasing (in the DisjointSet) This commit makes AbstractState.alias only responsible for updating the alias information. The rest of the operations are split into separate functions.
Changed paths1 file
First-parent comparisoncompiler/forget/src/HIR/BuildAliasSets.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…