mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
b51a4d0bb5a7e1b2f4e58531cb6bb1338dfb9a45
We don't need the "print to stdout" family of functions to be fast and prefer to reduce the binary size by not linking the printing code (and all of its dependencies). This reduces the SIL of the code of a file that contains 'println()' from ~4000** lines of SIL down to ~200. **(depending on the assert configuration) Swift SVN r24404
Description
The Swift Programming Language
Languages
C++
48.2%
Swift
47.3%
Python
1.7%
CMake
1.1%
C
0.7%
Other
0.9%