POV-Ray : Newsgroups : povray.off-topic : And today, C# : Re: And today, C# Server Time
11 Oct 2024 03:15:23 EDT (-0400)
  Re: And today, C#  
From: Darren New
Date: 21 Feb 2008 11:26:04
Message: <47bda61c$1@news.povray.org>
Warp wrote:
>   And then you lose the advantage of shared libraries because each library
> would have to be JIT-compiled for each program which uses it. Which was
> the whole point.

Well, I think JIT-compiled code is easier to compile than C#, for 
example. But yeah, the actual executable bytes would be different for 
each process running, or at least each program, if that's what you're 
trying to avoid.

I suppose you could also have two copies of the code in each library, 
one with and one without. Doubles the size somewhat of any routine that 
is affected by that. Select the right set of routines when you start up 
the program, or when you link the child class, or some such? I'm not 
sure when you'd pick in this case.

-- 
   Darren New / San Diego, CA, USA (PST)
     On what day did God create the body thetans?


Post a reply to this message

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