I am considering putting together a free online tool for map file analysis. Something that accepted a gcc linker mapfile and showed a sortable data table and with a bar chart that lets you quickly see function sizes and addresses.
A few questions:
- Does something like this exist already? I didn't find anything after a quick search.
- Would people find this useful?
- I'd probably use yahoo's datatable an chart tools which are based on flash. Is that a major barrier?
Any other ideas for what the tool might show? For simplicity I don't think it would store any of the uploaded info, it would just parse the mapefile and show the results.