Clang walkthrough

A write-up exploring the Clang main path to better understand how the Clang frontend works.

42 — Why the 200 philo limit

Show reason why there is a limit of thread on the philo project at 41 school

ELF Expalin

simple explanation of the base of the elf file format (i’m not sure about this one now)

pthread_create explain (not finish only part 0-3 is done)

You can find my (incomplete) documentation of pthread_create (glibc implementation) here. This was done to locate a problem with my use of clone3 in my own pthread implementation inside SIMPL libc.