What is "Stack Walking"

This is a phrase I heard recently as I was trying to improve the performance of my application.

See here and here for examples of what I mean.

Usually, as he mentioned, it goes something like this: "It's slow because it turns on. stack walk

"

What does stack walk

/ what does it mean walk the stack

?

+3


source to share


1 answer


The process of accessing, traversing, and filtering the stack trace can be referred to as stop-go. Or in other words, we can say that any form of stack trace processing can be referred to as a stop move. A stack trace, also called a stop reverse or a stack trace, is a report of the active stack frames at a specific point in time during program execution.



Refer to Wikipedia and OpenJDK Documentaion for further details.

+4


source







All Articles