From cTuning.org
(Difference between revisions)
Line 6: | Line 6: | ||
---- | ---- | ||
+ | |||
+ | * suggestions by [http://fursin.net/research Grigori] | ||
+ | ** provide ID for each program, function, loop, etc to share optimization knowledge | ||
+ | ** cache features and optimization results | ||
+ | ** add routines for transparent feedback for collective optimization (see paper) | ||
+ | ** port [[CTools:MilepostGCC|MILEPOST GCC]] and [[CTools:ICI|ICI]] to GCC 4.5/4.6 (finish Google Summer of code'09 and winter 2009/2010 developments) | ||
+ | ** add proper optimization support on a function level (aggregate multiple previous prototypes) | ||
+ | ** add/extend support for dynamic optimization and adaptation using GCC4CLI, MILEPOST GCC and .NET VM | ||
---- | ---- |
Revision as of 21:57, 21 May 2010
Navigation: cTuning.org > CTools > CTuningCC
You can provide your feedback and suggestions here or participate in the discussions. You can also select a Wiki option to watch the modifications of this page.
(simply self-register at this website to join our community and edit open Wiki pages)
- suggestions by Grigori
- provide ID for each program, function, loop, etc to share optimization knowledge
- cache features and optimization results
- add routines for transparent feedback for collective optimization (see paper)
- port MILEPOST GCC and ICI to GCC 4.5/4.6 (finish Google Summer of code'09 and winter 2009/2010 developments)
- add proper optimization support on a function level (aggregate multiple previous prototypes)
- add/extend support for dynamic optimization and adaptation using GCC4CLI, MILEPOST GCC and .NET VM