dillon1000/react

Commit

[hir] Generalize alias analysis for Effect.Store

Rather than special casing for field stores, look for Effect.Store to alias 
fields. 

In the future, this will be extended to other constructs like Array#push.
Browse files
Changed paths4 files
First-parent comparison
R compiler/forget/src/HIR/InferAliasForFields.ts →compiler/forget/src/HIR/InferAliasForStores.ts RenamedM compiler/forget/src/HIR/InferMutableLifetimes.ts ModifiedM compiler/forget/src/HIR/InferMutableRanges.ts ModifiedM compiler/forget/src/__tests__/fixtures/hir/assignment-variations.expect.md Modified
Patch

Files changed

Rendering syntax-highlighted changes…