Howard Hinnant
|
44a2895a03
|
Comment smithing. Changed some casts from C-style to C++. And added timings to all of the tests.
llvm-svn: 148241
|
2012-01-16 17:06:51 +00:00 |
Howard Hinnant
|
b7d59ec6e1
|
Put debug print statments under a flag so that I can get a first glimpse at performance. So far I haven't noticed any performance difference between this new __dynamic_cast and gcc's implementation. But I've barely started looking. Also adding a couple of tests which come straight out of the standard.
llvm-svn: 148046
|
2012-01-12 21:06:12 +00:00 |
Howard Hinnant
|
af07bfdb67
|
Fixed a couple of bugs, updated many comments, and am including a comprehensive test for when there are only 3 types in place. I need to do something similar for 4 and maybe more types, but I'm not sure how comprehensive I can make the test at 4 and above types.
llvm-svn: 148038
|
2012-01-12 19:48:14 +00:00 |