Remove 2029 Remove Availability Remove Code Remove Java
article thumbnail

The Return of the Frame Pointers

Brendan Gregg

Apart from library code, maybe your application doesn't have frame pointers either, in which case everything is broken. This technique saves two instructions in the prologue and epilogue and makes one additional general-purpose register (%rbp) available." Other types of profiling hit this more often.

Java 145