Commits

Joe Groff committed 36b2fd2d496
SILGen: Only dynamically dispatch 'dynamic' methods in extensions. When 'dynamic' is honored, extension methods can only be dynamically dispatched if they'll be objc-dispatched, since they don't have native vtable entries. Swift SVN r19999