Skip to content

Commit b7d1a83

Browse files
committed
added readme file with small description
1 parent cd45a6a commit b7d1a83

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# py_find_not_optimtimized_c
1+
# py_find_not_optimized_c
2+
3+
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

Comments
 (0)