For Programmers: Free Programming Magazines  


Home > Archive > Functional > August 2007 > Re: shootout: implementing an interpreter for a simple procedural









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: shootout: implementing an interpreter for a simple procedural
Markus E L

2007-08-22, 8:07 am


Paul Rubin wrote:

> Jon Harrop <jon@ffconsultancy.com> writes:
>
> In that case, dealing with memory pressure is left up to the OS's
> virtual memory system. Ugh.


Like the CPU memory is a shared resource: Virtualizing it and
distributing it is a task falling to the OS. The way that happens in
present day OSes is certainly ugly, though: Instead of blocking until
the resource "memory" becomes available, the process gets an error
even if it is not the culprit.

Regards -- Markus
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com