|
|
|
|
|
by ncmncm
1718 days ago
|
|
It is quite common for any heavily inlined code to have lots of dead sections. Template code is very frequently heavily inlined. So, it is common for compilers to prune out the dead branches. But C code is often heavily inlined, too, and similarly pruned. |
|
In any case, thanks for correcting me!