3.2.6
Symbol Deletion Optimization Information
The size and type of symbols deleted by symbol deletion optimization (-optimize=symbol_delete) are output.
The following figure shows an example of symbol deletion optimization information output.
*** Delete Symbols ***
(1) (2) (3)
SYMBOL SIZE INFO
_Version
4 data ,g
|
|
|
|
Deleted symbol name
|
|
Deleted symbol size
|
|
Deleted symbol type as shown below
Data type
func: Function name
data: Variable name
Declaration type
g: External definition
l: Internal definition
|