Re: Function pointer question

2011-04-17 Thread Ian Lance Taylor
Aaron Abassi writes: > I was wondering if someone could answer a question regarding the > feasibility (this is not a request for changes to GCC) of constant > function pointer inlining. This obviously would require a compiler to > do an N-depth analysis of pointer assignments to confirm that the

Function pointer question

2011-04-17 Thread Aaron Abassi
Hello, I was wondering if someone could answer a question regarding the feasibility (this is not a request for changes to GCC) of constant function pointer inlining. This obviously would require a compiler to do an N-depth analysis of pointer assignments to confirm that the value could not change