swift
c7900525 - AllocBoxToStack: convert access checks from "dynamic" to "static"

Commit
8 days ago
AllocBoxToStack: convert access checks from "dynamic" to "static" Once we have promoted the box to stack, access violations can be detected statically by the DiagnoseStaticExclusivity pass (which runs after MandatoryAllocBoxToStack). Therefore we can convert dynamic accesses to static accesses. rdar://157458037
Author
Committer
Parents
Loading