search for: fronteer

Displaying 5 results from an estimated 5 matches for "fronteer".

2010 Jul 06
0
[LLVMdev] list of LLVM optimization passes
...ng your search within ctuning framework: ctuning.org/ctuning-cc? The thing is that I use it since some time for my thesis to optimize code size and compilation time and run time with GCC though they are not using genetic algorithms but some slower hybrid of random exploration and than AI with some fronteer detection. Since recent version can be working with other compilers then GCC and has some support for LLVM so I have thought to improve this support and compare both GCC and LLVM. But if you are extending that tool now, I do not want to duplicative work so could you tell me please for how long it...
2010 Jul 06
2
[LLVMdev] list of LLVM optimization passes
...using that. There's little gain in it for me. > The thing is that I use it since some time for my thesis to optimize code size and > compilation time and run time with GCC though they are not using genetic algorithms > but some slower hybrid of random exploration and than AI with some fronteer detection. > Since recent version can be working with other compilers then GCC and has some support for LLVM > so I have thought to improve this support and compare both GCC and LLVM. But if you are extending that > tool now, I do not want to duplicative work so could you tell me please...
2010 Jul 04
2
[LLVMdev] list of LLVM optimization passes
Hello LLVMers, I'm putting together some (extensive) experiments with using a genetic algorithm to construct sets of optimization passes that are as close as optimal in a number of ways, e.g. compilation time, execution time, code size, ... I've figured out which LLVM tools I should use for this (llvm-gcc to obtain bitcode, opt to optimize, llc to obtain assembly, ...), and I'm now
2010 Jul 06
0
[LLVMdev] list of LLVM optimization passes
...using that. There's little gain in it for me. > The thing is that I use it since some time for my thesis to optimize code size and > compilation time and run time with GCC though they are not using genetic algorithms > but some slower hybrid of random exploration and than AI with some fronteer detection. > Since recent version can be working with other compilers then GCC and has some support for LLVM > so I have thought to improve this support and compare both GCC and LLVM. But if you are extending that > tool now, I do not want to duplicative work so could you tell me please...
2010 Jul 06
1
[LLVMdev] list of LLVM optimization passes
...'s little gain in it for me. > >> The thing is that I use it since some time for my thesis to optimize code size and >> compilation time and run time with GCC though they are not using genetic algorithms >> but some slower hybrid of random exploration and than AI with some fronteer detection. >> Since recent version can be working with other compilers then GCC and has some support for LLVM >> so I have thought to improve this support and compare both GCC and LLVM. But if you are extending that >> tool now, I do not want to duplicative work so could you tel...