'other' section in map file

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

'other' section in map file

ソリューションへジャンプ
1,316件の閲覧回数
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 解決策
802件の閲覧回数
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 返信
803件の閲覧回数
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 件の賞賛
返信