MS VCPP has /GF optimization flag, whichallow elimination of strings duplicates. That's can significantly reduce code size in VCPP. But ICPP does not support this flag. What's happen with strings duplicates by default in ICPP? Is elimination occur?
Thanks.


