dillon1000/react
Commit
Browse files [aliasing] Make InferAliasForStores use the visitor infra
No need for InferAliasForStores to know about the semantics of each instruction anymore. It's just a simple pass that iterates over every operand and lvalue. The FunctionExpression is special cased because it's slightly different but I have a follow up that removes this special casing.
Changed paths1 file
First-parent comparisoncompiler/forget/src/Inference/InferAliasForStores.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…