TC-I Code to Write
See The src/inlining Directory and The src/astclone Directory.
In this section you will use the TWEAST.
- src/callgraph/call-graph-visitor.cc
Implements the visitor that allows to build the callgraph.
- src/inlining/inliner.*
Implement the visitor that allows certain functions to be inlined.
- src/inlining/pruner.*
Implement the visitor that allows certain element of the ast to be prune.