/Gf - Enable String Pooling
This option enables the compiler to place a single copy of identical strings into the executable file. Because identical strings are copied into a single memory location, programs compiled with the /Gf option can be smaller than programs compiled without /Gf.
See Also
About Microprocessor Compilers | ARM Guide | Hitachi Guide | MIPS Guide
© 1992-2003 Microsoft Corporation. All rights reserved.