ipa-inline-analysis.c (MAX_TIME): Update comment.
gcc/ * ipa-inline-analysis.c (MAX_TIME): Update comment. From-SVN: r179446
This commit is contained in:
parent
874fc1677e
commit
93b765d091
@ -1,3 +1,7 @@
|
||||
2011-10-03 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* ipa-inline-analysis.c (MAX_TIME): Update comment.
|
||||
|
||||
2011-10-02 Richard Henderson <rth@redhat.com>
|
||||
David S. Miller <davem@davemloft.net>
|
||||
|
||||
|
@ -90,8 +90,8 @@ along with GCC; see the file COPYING3. If not see
|
||||
#include "alloc-pool.h"
|
||||
|
||||
/* Estimate runtime of function can easilly run into huge numbers with many
|
||||
nested loops. Be sure we can compute time * INLINE_SIZE_SCALE in integer.
|
||||
For anything larger we use gcov_type. */
|
||||
nested loops. Be sure we can compute time * INLINE_SIZE_SCALE * 2 in an
|
||||
integer. For anything larger we use gcov_type. */
|
||||
#define MAX_TIME 500000
|
||||
|
||||
/* Number of bits in integer, but we really want to be stable across different
|
||||
|
Loading…
Reference in New Issue
Block a user