This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

dynamic_cast -efficient???


Hi,

Does anyone know how dynamic_cast is implemented in g++? Specifically does
it involve any string comparisons and what kind of search algorithm is used?
I've done some testing that seems to indicate that g++ is faster in that
regard than VC++...

Thanks

- Yuri



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]