6 private links
read from arduino serial data
Copying arrays, it's all about process cache
Half of a solution to make naked function in gcc
How to well use it
call original func within a preloaded func
Compilé des bout de code en ligne
Using valgrind and kcachegrind to see performance issue
Advanced C concepts
Compile the program wich need to be link with: -Wl,-rpath="."
Beware it will search for all the lib in the current folder -> easy to preload libc
Valve porting steam under linux
Safe str cpy
Checker si des thread rentre en conflit avec un plugin valgrind !
perf is performance tool like gprof but it's more user friendly :)
Use it like this:
perf record -p $(pidof program)
(time passes, press Ctrl-C)
perf report -i perf.data
COde source search
A travaillé sur les effet spéciaux de Tron Legacy