This is the mail archive of the gcc-help@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: Parallel execution


Hi,

On Thu, Apr 14, 2011 at 7:05 AM, Hasan MUTLU <bigpatboy@yahoo.com> wrote:
> I could not make these options work, they do not produce any output --neither to
> the stdout, nor to a file. I tried in different machines with different versions
> of gcc. Do you have any idea what the problem could be?
> Thanks.
>
Make sure that optimization is enabled with one of the -O<x> options.
And it has to be at a level that will do scheduling. Maybe use '-S
-fverbose-asm' and check the .s file to see if any scheduling related
-f options are there.

kevin


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