Re: Stack parameter - pass by value - frame usage

2007-09-21 Thread Hariharan Sandanagobalane
Ian Lance Taylor wrote: Hariharan Sandanagobalane <[EMAIL PROTECTED]> writes: I looked at an inefficient code sequence for a simple program using GCC's picochip port (not yet submitted to mainline). Are you working with mainline sources? I was not. I tried the same with gcc 4.3 branch and

Re: Stack parameter - pass by value - frame usage

2007-09-13 Thread Ian Lance Taylor
Hariharan Sandanagobalane <[EMAIL PROTECTED]> writes: > I looked at an inefficient code sequence for a simple program using > GCC's picochip port (not yet submitted to mainline). Are you working with mainline sources? > Note that the parameter is being written to the frame in the last 2 > instru