RSSAmplifier

Blog

Andy Gibson - Welcome on Andy Gibson

Recent content in Andy Gibson - Welcome on Andy Gibson

andygibson.netRSS feed ↗2 posts

Latest posts

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…

Blogging Again

I’m back again with a new-ish blog. The old one has been put out to pasture, much like some of the technologies I was writing about. I’m no longer using WordPress. When I came back, I was faced with a deluge of updates, some of which broke things, and I had to sort through the fallout. I’ve switched to Hugo, where I can write posts in Markdown and deploy them with a single…