Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: Typeinfo names are generated and stored even with --no_rtti and --no_rtti_data

$
0
0
I'm using ARM Compiler 5 (ARMCC) in Keil 5.25. I'm using c++11. I'm using c++11 with self-made analogue of std::function (since there is no std::function in STL provided with armcc). Recently I noticed that rather my binary contains several strange-looking strings like N8callback14DelegateLambdaIZN5tasks13BatteryTask_t6worker and so on. I looked for their addresses in linker .map file and found that these are "typeinfo names" for some of my lambda

Viewing all articles
Browse latest Browse all 3049

Trending Articles