Commits

Erik Eckstein committed 9e880a2a6d0
EscapeAnalysis: better and simpler handling of ref_element_addr. Instead of having a separate RefElement node type, just use the Content node type for ref_element_addr. This is a better way to model this kind of projection and also simplifies the code in escape analysis.