Inlining and Loop unrolling/software pipelining under 'cc' compiler
Next message: Hans-Joachim Ehlers: "Re: 5.3 Advance Micro Partition / AVP"
Date: 30 Oct 2004 05:22:22 -0700
Hi,
I would like to khow how to use inlining and Loop unrolling/software
pipelining without any other optimization (only these single
optimizations), under 'cc' compiler (PowerPC with AIX).
I tried to use the -qinline=xx flag for inlining, but the results
weren't as described in the cc manual.
Thanks
Boaz
Next message: Hans-Joachim Ehlers: "Re: 5.3 Advance Micro Partition / AVP"
Relevant Pages
- Re: Question about function templates and performance
... JIT compiler to do a good job identifying scenarios where inlining will ... think twice before you try to second-guess the compiler. ... optimization the compiler gets wrong. ... such a function compares two 3d points, to test if they are closer than ... (microsoft.public.dotnet.languages.csharp) - Re: unexpected abstraction penalty in C++
... The compiler would have to be ... >> from inlining member functions. ... Most probably it's a gcc-specific optimization issue. ... optimize-out stack frame when the routine in turn called only inline ... (comp.os.linux.development.apps) - Denesting
... >From: Jerry Avins =20 ... >> optimization of eliminating DUP, etc., as you illustrated. ... inlining code. ... being tokenized or consisting of addresses (ITC). ... (comp.lang.forth) - Re: where exactly c++,c fail and Ada gets thru
... calling the function. ... advantage of inlining is not in removing function call/return stuff, but in putting together things that otherwise could not be analysed together. ... We could now start endless debate on the cases where you can or cannot have code inlining, but the whole point in optimization is that there are many ways to do it - and, as already said, it's where compiler vendors compete. ... (comp.lang.ada) - Re: [PATCH 04/15] swiotlb: remove unnecessary swiotlb_bus_to_virt
... functional problem. ... I think that it's IA64's optimization (it's a NULL function on X86 ... like POWERPC). ... page) so I think that we can make it take a paddr. ... (Linux-Kernel) |
|