tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Rationale for some rules in style guide



joerg%bec.de@localhost (Joerg Sonnenberger) writes:

>Which compiler from this century doesn't allocate stack space
>independent from the source order?

gcc with -O0 and -O1 allocates variables in source order.
With our notoriously broken gdb, that can be helpful.



Home | Main Index | Thread Index | Old Index