Anonymous | Login | Signup for a new account | 2021-01-26 14:30 UTC | ![]() |
Main | My View | View Issues | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000193 | Firmware | Structure / Style | public | 2011-06-28 10:53 | 2011-06-28 10:53 | ||||||
Reporter | Fred | ||||||||||
Assigned To | Fred | ||||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | ||||||
Status | assigned | Resolution | open | ||||||||
Platform | OS | OS Version | |||||||||
Product Version | |||||||||||
Target Version | Future | Fixed in Version | |||||||||
Summary | 0000193: Investigate use of inline functions | ||||||||||
Description | http://gcc.gnu.org/onlinedocs/gcc/Inline.html [^] Some time critical things should not have function call overhead involved. The alternative to inline is giant ugly macros, we have a few. Some profiling should be done to figure out if such blocks should be inlined, normal functioned, or remain macros. Inline syntax is specified in the above link. | ||||||||||
Tags | No tags attached. | ||||||||||
FirmwareVersion | |||||||||||
Issue Type | Task | ||||||||||
Risk of Breakage | very low | ||||||||||
Attached Files | |||||||||||
Copyright © 2000 - 2011 MantisBT Group |