G
Guest
Hey all,
I know that dynamic_cast<> takes some time, but , for instance, is there a memoy cost associated in with it? Does it have to maintain a table in memory, thus bloating the runtime ram needs of my dll? Does it bloat the actual download size - would my dll be smaller without it?
thanks - I'm using rtti in some instances, but I jsut want to know if it's costing me hundreds of K in extra download.
-denny-
I know that dynamic_cast<> takes some time, but , for instance, is there a memoy cost associated in with it? Does it have to maintain a table in memory, thus bloating the runtime ram needs of my dll? Does it bloat the actual download size - would my dll be smaller without it?
thanks - I'm using rtti in some instances, but I jsut want to know if it's costing me hundreds of K in extra download.
-denny-