search for: milepost

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

2013 Dec 16
3
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...ve compilation could partially resolve these problems by allowing compiler to explore some alternative decisions, generate code for these new decision paths and take the generated code that is the best for a particular criteria eventually. This approach is not new in the literature, we can mention Milepost/CTuning [http://ctuning.org] among other projects. In this approach, in comparison to Milepost/CTuning, the emphasis is on much finer granularity by changing arbitrary compiler decisions, and not only those based on values of command line options, at any point in translation process. This framewor...
2013 Dec 18
4
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...piler to explore some alternative decisions, generate > > code > > for these new decision paths and take the generated code that is the > > best > > for a particular criteria eventually. > > > > This approach is not new in the literature, we can mention > > Milepost/CTuning > > [http://ctuning.org] among other projects. In this approach, in > > comparison > > to Milepost/CTuning, the emphasis is on much finer granularity by > > changing > > arbitrary compiler decisions, and not only those based on values of > > command >...
2013 Dec 17
0
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...> problems > by allowing compiler to explore some alternative decisions, generate > code > for these new decision paths and take the generated code that is the > best > for a particular criteria eventually. > > This approach is not new in the literature, we can mention > Milepost/CTuning > [http://ctuning.org] among other projects. In this approach, in > comparison > to Milepost/CTuning, the emphasis is on much finer granularity by > changing > arbitrary compiler decisions, and not only those based on values of > command > line options, at any point in...
2013 Dec 19
0
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...ecisions, generate > > > code > > > for these new decision paths and take the generated code that is the > > > best > > > for a particular criteria eventually. > > > > > > This approach is not new in the literature, we can mention > > > Milepost/CTuning > > > [http://ctuning.org] among other projects. In this approach, in > > > comparison > > > to Milepost/CTuning, the emphasis is on much finer granularity by > > > changing > > > arbitrary compiler decisions, and not only those based on values o...
2010 Feb 07
3
Re: Wine 3D performance - where does the bottleneck lies and how
The performance of WineD3D depends on the application and display drivers. It is hard to say where we are losing the performance and whether it is WineD3D which has to be blamed. To find out where the performance is lost you need to profile the app using e.g. sysprof or oprofile. Then you can see where the time is spent. Typically we don't spend a lot of time in Wine code but outside Wine in