On Friday, 20 September 2013 at 16:37:19 UTC, Adam D. Ruppe wrote:
On Friday, 20 September 2013 at 16:35:40 UTC, Temtaime wrote:In resulting executable there is no dead/unused code elimination.Not true.
Well, it is _mostly_ true. There is an elimination of unused code inside the function bodies during the code gen, but no unused data/code symbol elimination - and it actually can't be done safely right now by language design.