"Daniel C. Sobral" <[EMAIL PROTECTED]> wrote: >Matt Dillon wrote: >> >> What is the point of running a scientific calculation if the >> machine turns into a sludge pile and would otherwise cause the >> calculation to take years to complete instead of days? > >It doesn't trash. The memory is filled with backtracking information. >Memory in active use at any time is rather small. I've read articles about programs which use GC which have a small working set, although it is constantly changing (I've heard of programs allocating megabytes a second). The OS would have to swap out the stale pages if the program's total memory use exceeds RAM, and when the GC finally runs it will take forever and thrash swap like there's no tomorrow. Tony. -- f.a.n.finch [EMAIL PROTECTED] [EMAIL PROTECTED] THAMES: EAST OR SOUTHEAST 3 OR 4. RAIN. MODERATE OR GOOD. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Peter Dufault
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Tony Finch
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functions. Rik van Riel
- Re: Setting memory allocators for library functions. Arun Sharma
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Julian Elischer
- Re: Setting memory allocators for library functions. Wes Peters
- Re: Setting memory allocators for library functions. Julian Elischer
- Re: Setting memory allocators for library functions. Arun Sharma
- Re: Setting memory allocators for library functions. Nate Williams
- Re: Setting memory allocators for library functions. Peter Seebach