Files
swift-mirror/stdlib/core
Nadav Rotem b51a4d0bb5 Do not link (import from stdlib) the 'print' family of functions.
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
2015-01-13 23:24:57 +00:00
..
2014-12-24 00:40:56 +00:00
2014-12-23 22:15:30 +00:00
2015-01-08 03:03:29 +00:00
2014-11-12 07:07:00 +00:00