gimple-low.c:lower_function_body
Diego Novillo
dnovillo@redhat.com
Tue Jun 8 23:18:00 GMT 2004
On Tue, 2004-06-08 at 16:55, Richard Kenner wrote:
> What does it mean to "lower" a function body?
>
Removing some abstractions to make it more amenable to other passes:
removing binding contours, making exception handling explicit, etc. In
the future it may include exposing address arithmetic and anything we
may find useful for future optimizations.
I discuss it (very) briefly in this year's Summit paper on tree-ssa and
it's described in doc/passes.texi.
> Anyway, what I'm running into is that it appears to be "lowering" a
> variable-sized variable inside a function to the outer level (why?)
> and then getting an ICE since there's no binding level to use
> to save the stack pointer with. I can't figure out how this is supposed
> to work due to lack of documentation.
>
Sorry, the description is vague, could you post a test case?
Thanks. Diego.
More information about the Gcc
mailing list