Commits

Nadav Rotem committed c96a127f6cc
[codesize] Force _dictionaryBridgeToObjectiveC to stay in the swift dylib. Keeping this method in the swift dylib saves a few kilobytes for each specialization of dictionary. This function is not on the critical performance path and we don't gain much from pulling it and specializing it in user code. Swift SVN r31507