This is the mail archive of the gcc-patches@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]

Re: Unit at a time and C PCH


Jan Hubicka wrote:
>> On 6/18/08 10:53 AM, Jan Hubicka wrote:
>>
>>> 	* c-opts.c (c_common_post_options): PCH is not compatible with
>>> 	no-unit-at-a-time.
>>> 	* opts.c (handle_options): Enable unit-at-a-time at O0 along with
>>> 	-fno-toplevel-reorder by default now.
>> OK.  I'm almost tempted to go further and consider removing 
>> no-unit-at-a-time completely.  What are the cases where 
>> -fno-unit-at-a-time is useful?
> 
> Java use no-unit-at-a-time by default because large bytecode units
> explode in memory.

It is possible that identifier GC fixes this.  The explosion was mainly
identifiers.

Andrew.


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