Statistics question

General discussion on mikroPascal PRO for PIC32.
Post Reply
Author
Message
LGR
Posts: 3204
Joined: 23 Sep 2004 20:07

Statistics question

#1 Post by LGR » 12 Dec 2012 06:17

Under the variables tab in the statistics view, some (actually many) variables are listed as having an address of "0xFFFFFFFFFFF...". What does this mean? Were these eliminated by the optimizer?
If you know what you're doing, you're not learning anything.

jpc
Posts: 1986
Joined: 22 Apr 2005 17:40
Location: France 87

Re: Statistics question

#2 Post by jpc » 12 Dec 2012 13:54

i think these are all local variables which most likely will be placed in a register or on the stack for as long as they exist, i noticed they occur even for a locally declared stringvariable .
Au royaume des aveugles, les borgnes sont rois.

LGR
Posts: 3204
Joined: 23 Sep 2004 20:07

Re: Statistics question

#3 Post by LGR » 12 Dec 2012 16:19

I realized after I posted this that they were dynamic variables. Something odd, though - when you click on "address", it resorts them, and the listed address changes to "0x7FFFFFFFFFF...".

More troublesome though, I'm looking through the list and not seeing all the units in the project.
If you know what you're doing, you're not learning anything.

Post Reply

Return to “mikroPascal PRO for PIC32 General”