* tree-inline.c (inlinable_function_p): Improve heuristics
commit6cc4057d94f5b2b7d07672c2160e30c75671573b
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Apr 2002 18:59:40 +0000 (27 18:59 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 27 Apr 2002 18:59:40 +0000 (27 18:59 +0000)
tree44b746e8edff894622cc845061d0426f9996dee0
parent9f47387724ff88d65fe366ec2a4d8e65864391ba
    * tree-inline.c (inlinable_function_p): Improve heuristics
        by using a smoother function to cut down allowable inlinable size.
        * param.def: Add parameters max-inline-insns-single,
        max-inline-slope, min-inline-insns that determine the exact
        shape of the above function.
        * param.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52832 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/params.def
gcc/params.h
gcc/tree-inline.c