Re: About the alignment of main

2005-10-15 Thread Kean Johnston
Intuitively, it seems like that would work. Comments? Suggestions? Never mind ... forget that last mail. It's %ebp that needs to be aligned not %esp and I really do need to do that in the crt stuff so that the original stack frame pre-main is correct. Kean

About the alignment of main

2005-10-15 Thread Kean Johnston
Ok, with the current patch I have to prevent sibcall optimization in main (the patch isn't final, but thats not important, the problem will be fixed somehow) I am now getting much better results from the testsuite. However, I am still running into problems when a function is inlined into main a