update IDEAS
This commit is contained in:
parent
0c634fa609
commit
7b04f5360e
1 changed files with 11 additions and 0 deletions
11
IDEAS
11
IDEAS
|
@ -1,3 +1,8 @@
|
||||||
|
macros vs double evaluation: https://stackoverflow.com/questions/3437404/min-and-max-in-c
|
||||||
|
coverage: https://stackoverflow.com/questions/19582660/how-do-the-code-coverage-options-of-gcc-work
|
||||||
|
http://frama-c.com/
|
||||||
|
http://www.chiark.greenend.org.uk/~sgtatham/cdescent/?HN_20140803
|
||||||
|
realloc()
|
||||||
dynamic programming
|
dynamic programming
|
||||||
clang-analyzer
|
clang-analyzer
|
||||||
https://talloc.samba.org/talloc/doc/html/libtalloc__tutorial.html
|
https://talloc.samba.org/talloc/doc/html/libtalloc__tutorial.html
|
||||||
|
@ -18,6 +23,12 @@ irgendwas mit unions
|
||||||
sudoku solver
|
sudoku solver
|
||||||
clang -Wunreachable-code
|
clang -Wunreachable-code
|
||||||
http://underhanded.xcott.com/
|
http://underhanded.xcott.com/
|
||||||
|
http://ds9a.nl/gcc-simd/
|
||||||
|
buddhabrot
|
||||||
|
opencl
|
||||||
|
sse/avx, und: was macht gcc automatisch
|
||||||
|
https://en.wikipedia.org/wiki/Self-balancing_binary_search_tree
|
||||||
|
setjmp: http://en.wikibooks.org/wiki/C_Programming/Error_handling
|
||||||
|
|
||||||
# gcc 4.9
|
# gcc 4.9
|
||||||
https://en.wikipedia.org/wiki/Cilk_Plus
|
https://en.wikipedia.org/wiki/Cilk_Plus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue