]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-inline.c (inlinable_function_p): Improve heuristics by using a smoother function...
authorKurt Garloff <garloff@suse.de>
Sat, 27 Apr 2002 18:59:40 +0000 (11:59 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 27 Apr 2002 18:59:40 +0000 (11:59 -0700)
commita62271540b77521105201f891e7b15391bc8e977
tree44b746e8edff894622cc845061d0426f9996dee0
parentc3a6afe78df226088609daacffd8a329a3a7ede7
tree-inline.c (inlinable_function_p): Improve heuristics by using a smoother function to cut down allowable inlinable...

        * 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.

From-SVN: r52832
gcc/ChangeLog
gcc/params.def
gcc/params.h
gcc/tree-inline.c