Compiler optimization involves adapting a compiler to reduce run-time or object size or both. This can be accomplished using compiler arguments (i.e. CFLAGS, LDFLAGS), compiler plugins (DEHYDRA for instance) or direct modifications to the compiler (such as modifying source code).
4
votes
1answer
100 views
compiler-optimization for numerical stability
do GCC or similar compilers perform optimizations that are aimed at improving the numerical stability of floating-point operations.
It is known that seemingly simply operations like addition or ...
3
votes
1answer
80 views
Get GCC To Use Carry Logic For Arbitrary Precision Arithmetic Without Inline Assembly?
When working with arbitrary precision arithmetic (e.g. 512-bit integers), is there any way to get GCC to use ADC and similar instructions without using inline assembly?
A first glance at GMP's ...
3
votes
1answer
125 views
constant propagation after register allocation
I am wondering why it is not advisable to do constant propagation after register allocation (RA) as well. After several optimization passes (post RA) there is scope for peephole optimizations like ...
1
vote
1answer
159 views
When to use certain optimizations such as -fwhole-program and -fprofile-generate with several shared libraries
Probably a simple answer; I get quite confused with the language used in the GCC documentation for some of these flags!
Anyway, I have three libraries and a programme which uses all these three. I ...
1
vote
1answer
163 views
is mov rax,0x12345678; jmp rax still kills branch prediction?
I'm having trouble finding information specific to the two cases described above,
And though of hearing your expert opinion.
The first thing is: I know indirect jmps hurts branch prediction, and that ...
1
vote
1answer
103 views
Wrong results with icc -fast flag
Now I'm using icc to compile and run my ANSI C code.
When I turn on -O2 optimize, everything is ok. But when I change to -fast, the results diverge (with lots of nan).
I googled and tried, and found ...
1
vote
1answer
129 views
Does clang or gcc take advantage of referencing restrictions for alias analysis
I am wondering if the alias analysis passes inside of clang or gcc treat C++ member reference variables differently than pointer variables. If the compiler could take advantage of some of the more ...
1
vote
1answer
166 views
duplicate symbol _fopen_file_func on C code, in objective-c project
In my IOS project i'm use multiple statics frameworks than use minizip in her code.
when i compile i have an error for a duplicate symbol.
if this error is due to a class, it's really simple (rename ...
1
vote
1answer
316 views
vectorize C++ code to improve STL performance
I am doing calculations on values contained in several large STL vector containers in an application built using C++/ Linux/ GCC / Windows XP/ Intel compiler
Is it worthwile investigating ...
1
vote
1answer
597 views
Is profile guided optimization possible with shared libraries in gcc?
I recently rolled out a new Toolchain on Linux, with gcc 4.5.0 and binutils 2.20 with gold. Now I was curious about this new thing PGO. While it's clear how it works with executables, I've not been ...
0
votes
1answer
43 views
Execution Error : Part of C code compiled but not being executed properly in ECM
I am working on ECM (using gcc compiler we generate the hex file and flash it on controller)
There is a code x=(a+b)/2, what ever the value of a and b, but the value in x is always zero.
I have a ...
0
votes
1answer
46 views
Intel and GNU C compilers contradict themselves w.r.t vectorisation
In class, we were given a simple loop we were supposed to vectorize. This went well enough, but we came across a curious thing. Consider this code:
#include<stdio.h>
void func(int N, double ...
0
votes
1answer
136 views
What is the proper architecture-specific options (-m) for Sandy Bridge based Pentium?
I'm trying to figure out how to set -march option properly to see how much performance difference between the option enabled and disabled can occur on my PC with gcc 4.7.2.
Before trying compiling, ...
0
votes
1answer
67 views
After I disable g++ return value optimization,Why the last call of constructor for temporary reference?
I compile the c++ code using the follow command to disable return value.
g++ -fno-elide-constructors rvoptimazation.cpp -o test
But the output of ./test is
10
10
10
13
0xbfdf0020
13
I am confused by ...
0
votes
1answer
94 views
How to pass the obfuscated program's trace protocol through compiler-optimizer?
With help of GDB-script:
file ./program
b *0x12345
run
while 1
x/i $pc
ni
end
quit
I got a trace protocol of obfuscated program:
...
0x484e0: bx lr
?? ()
0x43d88: b 0x43db8
?? ()
...
0
votes
1answer
188 views
Instruction Pipelining - Architecture Simulator and Pipeline Visualizer
I am working on a compiler, and had written an optimization which actually made my code slower! On investigating it, I found that there the code generator had decided to use a Handle (a double ...
0
votes
1answer
113 views
Qt compiling with msvc10 toolchain always spend the same time to compile, Any trick to improve?
Before, I used Mingw. I have the impression that little changes, in example, a simple line feed on my code, does not affect to the compiling process. That is, in this example, the compile process was ...
2
votes
0answers
107 views
Why does the compiler not schedule or eliminate instructions optimally?
I wanted to know how good the compiler does on optimizing assignments of structs and I did some testing with surprising results. (I would like to address this question to GCC.)
In particular I was ...
2
votes
0answers
130 views
Can we cross compile latest Linux kernel (3.0.1 or higher) with -O0 flag?
I am trying to compile Linux kernel with -O0 flag for debugging (to disable optimization like inline functions support in GCC otherwise I am getting random jumps/holes in stack-frames).
I did some ...
1
vote
0answers
40 views
Creating pointer to the sub arrays of mass allocated one dimensional array and release VC++ build
This is my first post I hope I am not making any mistake.
I have the following code. I am trying to allocate and access a two dimensional array in one shot and more importantly in one byte array. I ...
1
vote
0answers
55 views
equivalent of pgcc “-Minfo=” flag for gcc compiler?
I just discovered the nice "-Minfo=" flag in pgcc, which outputs all the optimizations that the compiler is making.
IE:
pgcc -c -pg -O3 -Minfo=all -Minline -c -o example.o example.c
run:
55, ...
1
vote
0answers
15 views
Compiler Optimization
Should live variable analysis be performed before or after loop invariant elimination? I think it should be performed after loop invariant elimination, but cant justify.
1
vote
0answers
98 views
I got 'duplicate section' errors when compiling boost_regex with size optimization (-Os)
compiler: http://sourceforge.net/projects/mingwbuilds/files/host-windows/releases/4.7.2/32-bit/threads-posix/sjlj/x32-4.7.2-release-posix-sjlj-rev6.7z
boost: ...
1
vote
0answers
105 views
G++ makes smaller binary than GCC after C++ compatibility changes, but slightly larger than the prior binary?
I made some changes to a C codebase so that it could compile under G++. Seems to be working, with some annoyances and the hack of -fpermissive -fshort-wchar.
Out of curiosity I compared the stripped ...
1
vote
0answers
213 views
GCC optimization options for AMD Opteron 4280: benchmark
We're moving from one local computational server with 2*Xeon X5650 to another one with 2*Opteron 4280... Today I was trying to launch my wonderful C programs on the new machine (AMD one), and ...
1
vote
0answers
162 views
Suppressing instruction reordering in the WindRiver (Diab) Compiler
I am searching for the proper and accepted way to inhibit instruction reordering in the WindRiver C compiler (AKA Diab C (?)). The problem is that I have to write hardware registers several times ...
1
vote
0answers
200 views
Is there a reason why NOT to force 8-byte alignment for complex float type?
This is a follow-up for this question.
We have an implementation of GCC for our embedded architecture. As such we have control over some aspects of the compiler and optimizer. Such aspect may be ...
1
vote
0answers
136 views
compiler optimization
What are the general ways to define and detect redundant array bounds checks in the programming code?
1
vote
0answers
596 views
GCC -O2 with -march / -ftree-vectorize
I am trying out several compiler switches against a program that performs sobel kernel convolution on two images( 2000Hx3000W and 6800Hx8500W ). There are some observations that I am not able to ...
0
votes
0answers
25 views
Bitshifting by negative Value results in the Opposite Shift!! Anywhere Defined in Some Document
I found a way this should be a optimized way. But it should be buggy too.
In a way its not portable for Arm (could be ?).
So in Gcc (3.4.4) I found that Left shifting a number by a negative value is ...
0
votes
0answers
55 views
Is it possible to automatically detect redundant conditional statements?
In JavaScript, is it possible to automatically detect redundant if-statements so that they can be written more concisely? I want to automatically detect redundant if-statements in the code that I've ...
0
votes
0answers
18 views
working out what the gcc optimiser flag is doing
I've been given the task to optimize a piece of code but as far as i can tell the only potential problem is a square root of a term that does not change inside a for loop. However if I understand ...
0
votes
0answers
27 views
gcc optimizations: how to deal with macro expantion in strncmp & other functions
Take this sample code:
#include <string.h>
#define STRcommaLEN(str) (str), (sizeof(str)-1)
int main() {
const char * b = "string2";
const char * c = "string3";
strncmp(b, ...
0
votes
0answers
35 views
Compiler design, method inlining with multiple return
I am implementing a method inlining in a toy compiler as a part of my project. The language is similar to Java but does not provide goto stmt.
My problem is how can I inline functions that control ...
0
votes
0answers
67 views
Matrix vectorization using SIMD
I'm trying to vectorized the following loop (only the inner) :
for (int i =0; i<n; i++){
const int line = i * width;
for (int j = 0; j < n; j++){
a[line + j] = 3;
}
}
but ...
0
votes
0answers
61 views
Object oriented three address code generation
I'm working on a project related to compiler design. I need to generate three address code for a Java-based language and it implies the use of objects and scopes. I would like if you can help me ...
0
votes
0answers
22 views
How does the Banerjee test work for finding data dependences in loop iterations
can someone explain to me how the Banerjee test works for finding data dependences in loop iterations?
0
votes
0answers
56 views
Compiler optimizations when reading a file
I'm starting to write a c++ program that is supposed to read a large binary file (several gigabytes). As a start, my program just does fread() inside a loop to read into an array of doubles:
double ...
0
votes
0answers
28 views
Can all programs be converted to single assignment form?
Single assignment form is widely used in compilers for code optimization. However, I cannot find anywhere specifically written whether all programs be converted to single assignment form or not. If it ...
0
votes
0answers
50 views
-O2 compiler switch causing math error
I am evaluating a computational electromagnetic modeling program that uses both C and Fortran for implementing a Longley-Rice propagation model. When compiled with no optimizations, I get one set of ...
0
votes
0answers
32 views
Program Analysis: Chaotic Iteration
Could somebody explain the Chaotic Iteration algorithm? Or maybe point me to a good, accessible guide? I have read Hankin's section in the "Principles of Program Analysis" book as well as various ...
0
votes
0answers
15 views
How to handle bound registers in a Chaitin-style register allocator?
I have implemented a Chaitin-style register allocator for my toy-compiler. Several pseudo registers are bound to an hard register.
I handled these bound registers specially in almost all phases of ...
0
votes
0answers
75 views
Is there any code generation & optimisation tool for compiler (I had AST tree generated)?
I have go to the last step to making my own compiler ..
Is there any tool (eclipse integration will be better) for generating assembly code and optimise it auto-matically if I had an AST..
If there ...
0
votes
0answers
62 views
course project on gcc optimization passes
I'm planning on writing an optimization pass for gcc.
Was going through the summer of code ideas for gcc, this project in particular caught my eye:
"Implement code motion of stores towards entry ...
0
votes
0answers
182 views
change compiler in visual studio 2010
I am trying to build my first opencv application, I added the include directories and the library directories and then added the linking input which is some opencv.lib files
Igot this error:
The ...
0
votes
0answers
72 views
How to link static libraries with a compiler in compilation time?
I have started to create a lightweight and brand-new programming language in order to enhance my programming abilities. I'm using Linux and some functions are from GLIBC. I'm creating a few static ...
0
votes
0answers
65 views
Meaning of partial redundancy elimination pass dump from GCC?
I just compiled the following program:
int foo(int x, int z)
{
int sum = 0;
do {
sum = sum + 1/x;
} while(sum < z);
return sum;
}
and I got the following dump from the ...
0
votes
0answers
82 views
CA2225, IConvertible, and release build performance
I'm creating an object that exposes explicit and implicit casting operators. Code Analysis suggested that I also create named methods to match (CA2225: Operator overloads have named alternates). Also, ...
0
votes
0answers
122 views
Gcc inlines function body but does not optimize the load/stores in the loops
I have a function which does matrix multiplication:
static
void func_matmul(int ni, int nj, int nk,
double alpha,
double beta,
double C[1024 + 0][1024 + 0],
double A[1024 + 0][1024 + ...
0
votes
0answers
136 views
64-Bit DLL: difference in results for VS2008 Releas and Debug configuration
I have created 64 bit application. I have used MS VS2008 IDE for development of the applicatio. When i run the debug and release version of the application,there is difference in results. But if i ...

