Add a flag which allows you to omit the stack frame info table provenance info
When using -finfo-table-map
you get the IPE information for normal closures (thunks, data cons etc) but also stack frames. These are useful when using ghc-debug but not really when using -hi
profiling. There are a lot of info tables related to stack frames, so they can bloat the executable size.
Proposal: Add a flag which allows you to control whether stack frame info tables get IPE information.