Re: Long calls and short calls

2008-05-03 Thread Mohamed Shafi
On Sat, May 3, 2008 at 3:13 PM, Richard Sandiford <[EMAIL PROTECTED]> wrote: > "Mohamed Shafi" <[EMAIL PROTECTED]> writes: > > The gcc port that i am currently working on has both long calls and > > short calls. If no 'shortcall' attribute is provi

Re: Long calls and short calls

2008-05-03 Thread Richard Sandiford
"Mohamed Shafi" <[EMAIL PROTECTED]> writes: > The gcc port that i am currently working on has both long calls and > short calls. If no 'shortcall' attribute is provided in the function > declaration then calls to that function is made as long call. This is

Long calls and short calls

2008-05-02 Thread Mohamed Shafi
Hello all, The gcc port that i am currently working on has both long calls and short calls. If no 'shortcall' attribute is provided in the function declaration then calls to that function is made as long call. This is happening when no optimization is enabled. But when optimization