mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Before the change the RCIdentityAnalysis kept a single map that contained the module's RC information. When function passes needed to invalidate the analysis they had to clear the RC information for the entire module. The problem was mitigated by the fact that we process one function at a time, and we start processing a new function less frequently. II adopted the DominanceAnalysis structure. We should probably implement this functionality as CRTP. Swift SVN r26636
3.5 KiB
3.5 KiB