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

[Bug c/16840] gcc assembler crashes by small test programm with "No space left on device"


------- Additional Comments From falk at debian dot org  2004-07-31 12:27 -------
Firstly, I don't see gcc using a lot of memory for this test case. How 
much do you see it using? How much real and virtual memory do you have?

Secondly, freeing memory shortly before gcc is about to die would be
a bad idea, since that might force the OS to page in old cruft, whereas
it can do a much more efficient job of cleaning up if gcc just dies as
a whole.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16840


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