This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r157321 - in /branches/graphite/gcc: ChangeLog....


Author: spop
Date: Tue Mar  9 19:39:23 2010
New Revision: 157321

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157321
Log:
Add PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.

2010-03-09  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite.c (graphite_initialize): To bound the number of bbs per
	function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
	* params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
	* doc/invoke.texi: Document it.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/doc/invoke.texi
    branches/graphite/gcc/graphite.c
    branches/graphite/gcc/params.def


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]