dillon1000/react

Commit

[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.
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/src/Inference/InferAliasForStores.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…