Hi Nicolas, > Yes I know , but I don't want to use the unwinder library (too heavy and > inefficient). did you try libunwind? Was it also inefficient? Also, I think llvm itself has some intrinsics for walking the stack. Do they require a frame pointer? Ciao, Duncan.