This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
dynamic_cast -efficient???
- To: help-gcc at gnu dot org
- Subject: dynamic_cast -efficient???
- From: "Yuriy Vaysman" <yvaysman at pactolus dot com>
- Date: Thu, 28 Oct 1999 15:39:02 -0400
- Newsgroups: gnu.g++.help,gnu.gcc.help
- Organization: MindSpring Enterprises
- Xref: wodc7nx0 gnu.g++.help:927 gnu.gcc.help:1649
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