MAP 文件分析 - 我的代码大小从何而来? [英] MAP file analysis - where's my code size comes from?

查看:19
本文介绍了MAP 文件分析 - 我的代码大小从何而来?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种工具来简化对大型 C++ 项目 (VC6) 的链接器映射文件的分析.

I am looking for a tool to simplify analysing a linker map file for a large C++ project (VC6).

在维护期间,二进制文件稳定增长,我想弄清楚它的来源.我怀疑在不同 DLL 之间共享的库中存在一些过度热心的模板扩展,但是浏览地图文件并没有提供很好的线索.

During maintenance, the binaries grow steadily and I want to figure out where it comes from. I suspect some overzealeous template expansion in a library shared between different DLL's, but jsut browsign the map file doesn't give good clues.

有什么建议吗?

推荐答案

这个是一个很棒的编译器生成的地图文件分析/资源管理器/查看器工具.检查是否可以浏览 gcc 生成的地图文件.

This is a wonderful compiler generated map file analysis/explorer/viewer tool. Check if you can explore gcc generated map file.

amap :分析 32 位 Visual Studio 编译器生成的 .MAP 文件并报告数据和代码使用的内存量的工具.此应用还可以读取和分析由 Xbox360、Wii 和 PS3 编译器生成的 MAP 文件.

这篇关于MAP 文件分析 - 我的代码大小从何而来?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆