mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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
11 KiB
11 KiB