jnthn / p6-app-moarvm-heapanalyzer

An analyzer for MoarVM heap snapshots
5 stars 5 forks source link

Binary format #4

Closed timo closed 7 years ago

timo commented 7 years ago

this adds support to moarvm's new binary format.

benefits include:

on the moarvm side, the new format has the benefit of not having to interact with HLL code in order to get heap snapshots collected, which lets us write each snapshot as soon as we GC'd, and also lets us trigger heap snapshots from inside a running process (for example with gdb, or a debug server kind of deal).