From cTuning.org
(Difference between revisions)
Current revision (22:05, 21 May 2010) (view source) |
|||
(3 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
{{CMenu:CTools|MilepostGCC}} | {{CMenu:CTools|MilepostGCC}} | ||
+ | |||
+ | == References: == | ||
+ | * [[Dissemination:Workshops:GROW10:GCC_as_a_research_compiler|Using GCC as a research compiler (off-line discussion after GROW'10 workshop)]] | ||
== Publications: == | == Publications: == | ||
Line 10: | Line 13: | ||
* [http://www.infoworld.com/d/developer-world/rethinking-code-optimization-mobile-and-multicore-505 InfoWorld: Rethinking code optimization for mobile and multicore] | * [http://www.infoworld.com/d/developer-world/rethinking-code-optimization-mobile-and-multicore-505 InfoWorld: Rethinking code optimization for mobile and multicore] | ||
- | * [http://tech.slashdot.org/story/09/07/03/0143233/IBM-Releases-Open-Source-Machine-Learning-Compiler Slashdot.org] | + | * [http://tech.slashdot.org/story/09/07/03/0143233/IBM-Releases-Open-Source-Machine-Learning-Compiler Slashdot.org: IBM Releases Open Source Machine Learning Compiler] |
- | * [http://www.drdobbs.com/linux-open-source/218102130 Dr Dobb] | + | * [http://www.drdobbs.com/linux-open-source/218102130 Dr Dobb: Milepost GCC Now Available] |
- | * [http://www.hpcwire.com/offthewire/IBM-Research-Announces-Intelligent-Compiler-49521262.html HPCWire] | + | * [http://www.hpcwire.com/offthewire/IBM-Research-Announces-Intelligent-Compiler-49521262.html HPCWire: IBM Research Announces Intelligent Compiler] |
+ | * [http://cordis.europa.eu/ictresults/index.cfm?section=news&tpl=article&ID=91208 ICT Results: Machine-learning revolutionises software development] | ||
== Misc: == | == Misc: == | ||
- | * Nik is trying to use MILEPOST GCC to optimize [https://bugzilla.mozilla.org/show_bug.cgi?id=502352 Mozilla] code. More info is available at [http://nikhilkapur.blogspot.com/search/label/Mozilla his blog]. | + | * Nik is trying to use cTuning CC/MILEPOST GCC to optimize [https://bugzilla.mozilla.org/show_bug.cgi?id=502352 Mozilla] code. More info is available at [http://nikhilkapur.blogspot.com/search/label/Mozilla his blog]. |
- | * Yuriy Kashikov has been using MILEPOST GCC to optimize BerkeleyDB and reported speedups of 1.4 times | + | * Yuriy Kashikov has been using cTuning CC/MILEPOST GCC to optimize BerkeleyDB and reported speedups of 1.4 times in comparison with native GCC 4.4.0 (-O3) on several Intel Xeon machines without loosing much compilation time or code size. |
- | in comparison with native GCC 4.4.0 (-O3) on several Intel Xeon machines without loosing much compilation time or code size. | + |
Current revision
Navigation: cTuning.org > CTools > MilepostGCC
Contents |
References:
Publications:
- MILEPOST GCC: machine learning based research compiler (link).
- Collective Tuning Initiative: automating and accelerating development and optimization of computing systems (link).
- Collective optimization (link).
Press:
- IBM press-release about MILEPOST GCC (2009.06.30, 2008.06.30).
- InfoWorld: Rethinking code optimization for mobile and multicore
- Slashdot.org: IBM Releases Open Source Machine Learning Compiler
- Dr Dobb: Milepost GCC Now Available
- HPCWire: IBM Research Announces Intelligent Compiler
- ICT Results: Machine-learning revolutionises software development
Misc:
- Nik is trying to use cTuning CC/MILEPOST GCC to optimize Mozilla code. More info is available at his blog.
- Yuriy Kashikov has been using cTuning CC/MILEPOST GCC to optimize BerkeleyDB and reported speedups of 1.4 times in comparison with native GCC 4.4.0 (-O3) on several Intel Xeon machines without loosing much compilation time or code size.