qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] large memory requirements for translate.c a barrier


From: Paolo Bonzini
Subject: Re: [Qemu-devel] large memory requirements for translate.c a barrier
Date: Sat, 16 Mar 2013 09:14:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3

Il 15/03/2013 20:21, Todd T. Fries ha scritto:
>   PID USERNAME PRI NICE  SIZE   RES STATE     WAIT      TIME    CPU COMMAND
> 28818 todd      64    0 1142M   53M onproc/0  -         2:01 17.24% cc1
> 
> For systems with lower limits on user process memory, this prevents things
> from building.
> 
> For systems with less physical ram, this presents lots of swapping just to
> build the source files.
> 
> Is there any hints or hope of breaking translate.c up into a smaller file?

It's a GCC bug.  We have worked around it in recent versions of QEMU;
what version are you trying to compile?

You can compile that file with "-O2 -fno-gcse".

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]