* doc/invoke.texi (integer-share-limit): Document.

From-SVN: r86248
This commit is contained in:
Nathan Sidwell 2004-08-19 11:03:52 +00:00 committed by Nathan Sidwell
parent 89b0433e3a
commit 31ebd7c887
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-08-19 Nathan Sidwell <nathan@codesourcery.com>
* doc/invoke.texi (integer-share-limit): Document.
* tree.h (TYPE_CACHED_VALUES_P): New.
(TYPE_CACHED_VALUES): New.
(TYPE_ORIG_SIZE_TYPE): Adjust.

View File

@ -5398,6 +5398,12 @@ interblock scheduling. The default value is 10.
@item max-sched-region-insns
The maximum number of insns in a region to be considered for
interblock scheduling. The default value is 100.
@item integer-share-limit
Small integer constants can use a shared data structure, reducing the
compiler's memory usage and increasing its speed. This sets the maximum
value of a shared integer constant's. The default value is 256.
@end table
@end table