Commit 93b765d0 by Richard Sandiford Committed by Richard Sandiford

ipa-inline-analysis.c (MAX_TIME): Update comment.

gcc/
	* ipa-inline-analysis.c (MAX_TIME): Update comment.

From-SVN: r179446
parent 874fc167
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment