CFront problemsInlining |
This effectively rules out inlining in many cases - this affects the container template classes. The consequence is that essentially trivial functions are emitted out of line, with a negative impact on performace (function call overhead) and code size (function prologues and epiligues are emitted, and function calls interfere with compiler register optimizations).