Commits

Arnold Schwaighofer committed d5b3bfbd59f
ArraySemantics: Add an api to replace a call to _getElement with a value Also remove dependent calls to hoistableNativeTypeCheck() and checkSubscript() calls. To find the guarding checkSubscript() call we introduce a return value to checkSubscript that is used by the _getElement() call so that we can just follow the use-def chain to find the dependence.