POV-Ray : Newsgroups : povray.off-topic : C interpreter : Re: C interpreter Server Time
5 Sep 2024 09:21:05 EDT (-0400)
  Re: C interpreter  
From: Darren New
Date: 25 Aug 2009 11:45:26
Message: <4a940716$1@news.povray.org>
nemesis wrote:
> oh!  Didn't know that.  Such a crazy idea, after all... what's the point 

The point was that when your link takes 45 minutes and a full recompile 
takes 4 hours, you build your lower-level libraries once, link them into the 
interpreter, and then develop the next layer of functionality in the 
interpreter until you're ready to compile *that* layer.

I.e., it was really more useful as a REPL sort of thing than anything in 
production. Plus, IIRC, it did things for you like looking for buffer 
clobbering and such, if you told it to.  And allowed breakpoints and all 
that stuff. But mainly I used it to avoid the overhead of compile and link 
during development.

-- 
   Darren New, San Diego CA, USA (PST)
   Understanding the structure of the universe
    via religion is like understanding the
     structure of computers via Tron.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.