'other' section in map file

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

'other' section in map file

跳至解决方案
812 次查看
GregYurko
Contributor I
I made some changes that should have reduced my overall code size by 8K or so.  It turns out that it didn't.  When I look at the map file, i see that the 'other' section has increased by 11K.  Where should I look to figure out why the 'other' section has grown so much?
标签 (1)
标记 (1)
0 项奖励
1 解答
298 次查看
CrasyCat
Specialist III

Hello

 

The other element contains all objects which are not defined in a specific module (object file),
There are many different things like the stack, the startup data structure, copy down information, vectors defined in prm's, included srecords and more.

Look in the list which is sorted by address to find out where all the memory goes, not primarily in the module list.

CrasyCat

在原帖中查看解决方案

0 项奖励
1 回复
299 次查看
CrasyCat
Specialist III

Hello

 

The other element contains all objects which are not defined in a specific module (object file),
There are many different things like the stack, the startup data structure, copy down information, vectors defined in prm's, included srecords and more.

Look in the list which is sorted by address to find out where all the memory goes, not primarily in the module list.

CrasyCat

0 项奖励