stackdelta (e5451c8f8330e03ad3cfa16048b4daf961af434f) | stackdelta (cb77f0d623ff33a7899cb945f4f5a4825fbb2ea1) |
---|---|
1#!/usr/bin/perl | 1#!/usr/bin/env perl |
2 3# Read two files produced by the stackusage script, and show the 4# delta between them. 5# 6# Currently, only shows changes for functions listed in both files. We 7# could add an option to show also functions which have vanished or 8# appeared (which would often be due to gcc making other inlining 9# decisions). --- 50 unchanged lines hidden --- | 2 3# Read two files produced by the stackusage script, and show the 4# delta between them. 5# 6# Currently, only shows changes for functions listed in both files. We 7# could add an option to show also functions which have vanished or 8# appeared (which would often be due to gcc making other inlining 9# decisions). --- 50 unchanged lines hidden --- |