This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question on variable_size and function-at-a-time


Geoff Keating wrote:

I believe it's wrong that we use SAVE_EXPR for array sizes for C.  We
should instead create temporary variables to hold the size
declarations, and set them in the appropriate point in the instruction
stream.

I agree. In fact my feeling is that we should get rid of the use of SAVE_EXPR wherever possible.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]