Tool/software: TI C/C++ Compiler
Hi.
I tried to disable rtti feature.
it does not appear it generates any different code regardless of whether the RTTI option is specified or not.
I verified this by adding options to keep the assembly file from the compilation stage and I can clearly see that with and without the RTTI option there is no difference in the assembly code generated.
Is it the expected behavior of the compiler?
Regards,
Somesh