From cTuning.org
(Difference between revisions)
Gfursin (Talk | contribs)
(New page: {{CMenu:CTools|ICI}} In order to quickly prototype research ideas, we would like to add the following features to ICI to support program instrumentation: * Ability to link external libra...)
Newer edit →
Revision as of 09:55, 26 March 2009
Navigation: cTuning.org > CTools > ICI
In order to quickly prototype research ideas, we would like to add the following features to ICI to support program instrumentation:
- Ability to link external libraries transparently (without Makefile modifications)
- Add function calls at the entrance and exit of each function including "MAIN"
- Declare global arrays (that can keep some internal information for instrumented code) at "MAIN"
- Add function calls before/after specific instructions with some program variables as arguments
(memory load/store with address for example)
- Add loop hierarchy numbering (need to agree how to represent)
Please, add your own ideas here:
Who is interested: Grigori Fursin, Chengyong Wu, Cosmin Oancea, Zbigniew Chamski ...
Who would like to help with implementation: Zbigniew Chamski, Grigori Fursin, ...