Memory layout (novice questions).
Mike Stump
mrs@windriver.com
Tue Apr 25 10:28:00 GMT 2000
> From: "Virgil Palanciuc" <Virgil.Palanciuc@cs.pub.ro>
> Date: Tue, 25 Apr 2000 09:42:14 +0300
> What I want is to implement some kind of optimization.
Ah, a totally different question from what I thought you were asking.
I'm not the best person I suspect to answer this, but my take is that
use of reg and addressof would be the right way to do this. You wind
up deferring the choice until later, if at all, and then you slam them
back into the stack as late as you can, and when you do, you allocate
the `best' ones first. Maybe someone will correct this notion if
there are better ways of doing this.
More information about the Gcc
mailing list