D
Diego Martins
I want to get rid of memcpy, memmove and memset from my sources and
replace them with corresponding algorithms.
But I want not compromise performance when, for example, using arrays
or vectors of standard types.
How can I assure my compiler (with optimizations turned on, of course),
will map gracefully these algorithms to fast microprocessor string
opcodes? (MOVS, STOS..)
Any tips? Do you know a document that describe STL implementations on
most known compilers? (VC++, gcc, mingw...)
Diego Martins
HP
replace them with corresponding algorithms.
But I want not compromise performance when, for example, using arrays
or vectors of standard types.
How can I assure my compiler (with optimizations turned on, of course),
will map gracefully these algorithms to fast microprocessor string
opcodes? (MOVS, STOS..)
Any tips? Do you know a document that describe STL implementations on
most known compilers? (VC++, gcc, mingw...)
Diego Martins
HP