Rafael EspĂ­ndola wrote:
>> Some people call this "uninlining".  I've also heard the term
>> "procedural abstraction".  The generalization is to identify common code
>> fragments that can be turned into functions.  Then, replace the users of
>> the common code with function calls.
> 
> Is this the same as Code Factoring?
> http://gcc.gnu.org/projects/cfo.html

Yes, that's another name.

-- 
Mark Mitchell
CodeSourcery
[EMAIL PROTECTED]
(650) 331-3385 x713

Reply via email to