feline
Whole Tomato Software
United Kingdom
19024 Posts |
Posted - Dec 13 2007 : 3:20:35 PM
|
We are considering a form of this which would expand / remove a macro:
case=5160
The problem with removing a function call is that some functions are quite complex. Even simple functions often introduce local variables, and then you have the problem of duplicate variable names if the same variable exists in the current code.
I am not sure how useful this would really be. If you have very short functions what about making them inline functions? The compiler may then remove them for you. |
zen is the art of being at one with the two'ness |
|
|