You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small program that parses C code and extracts functions not already compiler optimized.
4
+
Can be used to add missing optimizations or to replace optimizations with others.
5
+
6
+
## Usage
7
+
1) Select desired optimization which is accepted as "already set optimization" over function header by using the menu bar. As default all optimizations are accepted.
8
+
2) Then select either folder with C source code or single .c code file.
9
+
3) Start analyzing using the "_**Go**_" button
10
+
4) The result file is creating in the current working directory. This file should be opened as well.
11
+
12
+
13
+
Important:
14
+
Only for GCC Compiler like optimizations with format: __attribute__((optimize("-Os"))) !
15
+
Every other possible GCC optimization is recognized as well of course.
0 commit comments