The article discusses the return of frame pointers in Linux, which are used for stack walking and profiling. Frame pointers were removed in 2004 to improve performance, but this change broke some profiling tools. Recently, Fedora and Ubuntu have started compiling their libc with frame pointers by default, which should improve profiling capabilities. This change is expected to have a small performance overhead, typically less than 1%, but can be significant in some cases.