DWARF Parser in Java - Part 1
In this series of articles I describe how I built a DWARF parser without JNI, without Unsafe, and without leaving Java, using the new FFM APIs…and it’s fast. What is DWARF? Debuggers don’t magically know where your variables live or which source line corresponds to the current instruction. That information comes from DWARF — a rich binary format embedded inside native…