Matt Warren 1/21/2019

"Stack Walking" in the .NET Runtime

Read Original

This technical article explores the concept of 'stack walking' in the .NET runtime, detailing its use in garbage collection, exception handling, and debugging. It explains the internal API, how it unwinds both native and JIT-compiled code frames, and the differences between Windows and Unix implementations.

"Stack Walking" in the .NET Runtime

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week