📝§ Aliasing permalink by Oleksii Shmalko tags§ Programming Language § Programming language implementationIf aliasing is possible, a function call invalidates value analysis / cached valueFortran used to be faster than C because of aliasingAliasing only matters if a reference is aliased with another mutable referenceIn Rust, mutable references never alias Backlinks 📝 § Programming language implementation 📝 § Programming Language