search for: optimazations

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

Did you mean: optimazation
2013 Feb 06
4
PV or HVM guest for OpenBuildServices Host (OpenSUSE based)
...nt. I thought about which guest type I should use. I am not that familiar with for example compiler optimization algorithms and so I asked my self the question would it be better to build up an PV or an HVM OpenSUSE DomU. What would be better? Does it matter if it is a PV or HVM guest for compiler optimazations and so on? Would be great when someone could give me an answer. Best Regards _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2011 Jul 15
1
[LLVMdev] Pass Question
Hi, I am trying to write a pass and add it into the LLVM optimizer so to insert functions for optimization before and after every function call.For example, I create a test file test.c. There is  a function f1() just printing out "Print f1", which is called in the main function. That's all the test.c do. Now I want to insert optimazation function opt_begin() before f1() and
2012 Jun 07
2
[LLVMdev] no differnce in the execution time between seq. and parallel programs
Duncan Sands <baldrick <at> free.fr> writes: > > > I would be happy if you give me an insight into what could have caused the > > difference. > > No idea. Maybe you forgot to turn optimizations on when compiling? Otherwise > you are going to have to send in your programs along with an explanation of how > you compiled them exactly (exact sequence of
2012 Jun 06
0
[LLVMdev] no differnce in the execution time between seq. and parallel programs
> I would be happy if you give me an insight into what could have caused the > difference. No idea. Maybe you forgot to turn optimizations on when compiling? Otherwise you are going to have to send in your programs along with an explanation of how you compiled them exactly (exact sequence of commands) both for gcc and LLVM. Ciao, Duncan.
2012 Jun 06
2
[LLVMdev] no differnce in the execution time between seq. and parallel programs
Duncan Sands <baldrick <at> free.fr> writes: > > Hi esraa, > > > i am using LLVM to execute two programs both of them was exactly > > similar but the difference was the first one is a sequential program > > has three functions. In the second program i am trying to execute it > > by giving each function to thread (three thread work in parallel way)