Skip to content

Commit

Permalink
Dump a closure
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed May 6, 2024
1 parent 7e42d2a commit 3596ec5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions experiments/heap-dump.pl
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ ( $obj )
dump_object(22391);
warn Dumper $heap->get_object( 22391 ); # complex_struct

dump_object(24229); # a closure


# turn into view, node_children / child_nodes
# Actually, this isn't correct - "smi number" should not be a relation but a value
say "-- Reconstructed JSON object";
Expand Down

0 comments on commit 3596ec5

Please sign in to comment.