X-Head-End--> dynamic_cast -efficient??? Y>

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


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

dynamic_cast -efficient???

>
Hi,

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

Thanks

- Yuri