Commits

Devin Coughlin committed 857a60dea1a
Runtime: Cache OS version for availability in a thread-safe manner. On OS X 10.9 and iOS 7 the runtime support for #availability was reading the system plist on every query. Now, use dispatch_once to cache the results of the expensive plist lookup ourselves. rdar://problem/18471069 Swift SVN r27199