Re: LTO : how to specify number of chunks with option -flto-partition=balanced

2013-05-31 Thread Richard Biener
On Fri, May 31, 2013 at 9:21 AM, Swati wrote: > For -flto-partition=balanced, if user does not specify the --param > lto-partitions and --param lto-min-partition, > will GCC partition the program? > If yes what is the criteria? It will partition the program into lto-partitions partitions unless t

Re: LTO : how to specify number of chunks with option -flto-partition=balanced

2013-05-31 Thread Swati
For -flto-partition=balanced, if user does not specify the --param lto-partitions and --param lto-min-partition, will GCC partition the program? If yes what is the criteria? Where can we get more help on using the --param lto-partitions and --param lto-min-partition? We want to know how the pa

Re: LTO : how to specify number of chunks with option -flto-partition=balanced

2013-05-24 Thread Richard Biener
On Fri, May 24, 2013 at 9:14 AM, Swati wrote: > Hello, > > -flto-partition=balanced is used to specify partitioning into equally sized > chunks. > Is there an option to specify size or number of chunks? There are the --param lto-partitions and --param lto-min-partition params. Richard. > Regard

LTO : how to specify number of chunks with option -flto-partition=balanced

2013-05-24 Thread Swati
Hello, -flto-partition=balanced is used to specify partitioning into equally sized chunks. Is there an option to specify size or number of chunks? Regards, Swati