From cTuning.org
(Difference between revisions)
(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...) |
|||
Line 6: | Line 6: | ||
* Add function calls at the entrance and exit of each function including "MAIN" | * 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" | * 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 | + | * Add function calls before/after specific instructions with some program variables as arguments (memory load/store with address for example) |
- | (memory load/store with address for example) | + | |
* Add loop hierarchy numbering (need to agree how to represent) | * Add loop hierarchy numbering (need to agree how to represent) | ||
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, ...