Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Method Pool in modules: we make sure that if a module contains an entry for | Manman Ren | 2016-04-29 | 1 | -0/+4 |
a selector, the entry should be complete, containing everything introduced by that module and all modules it imports. Before writing out the method pool of a module, we sync up the out of date selectors by pulling in methods for the selectors, from all modules it imports. In ReadMethodPool, after pulling in the method pool entry for module A, this lets us skip the modules that module A imports. rdar://problem/25900131 llvm-svn: 268091 |