I CC'd this to the list.. hope you don't mind.

Imagine that there are 2 compile time options. Each have a value of either
on or off. That leaves us 4 different possible binaries. Now, if you have
4 different platforms to support, which is common, we're talking 16
different binaries. 

I haven't looked at the blackbox code at all, so I'm curious how much of a
performance hit we will really take by doing something like:
        
        .
        .
        .
        if (userWantsToolbar){

        }
        .
        .
        .
        
If it isn't much, I don't see how making it a compile time option is
beneficial over a runtime, especially if you have multiple platforms. Does
anyone know for sure what the hit will be?

-Todd


On Fri, 23 Jun 2000, David S. Jackson wrote:

> On Wed, Jun 21, 2000 at 11:57:57AM -0400 Todd Cohen <[EMAIL PROTECTED]> wrote:
> > Well, if it's a compile time option, the person who installs it decides
> > how it should be done for all users on the machine. Make it run time so
> > that the user can choose, and not the SysAdmin.
> 
> But the Admin could make both binaries available to users.  It's
> still their choice.  
> 
> --
> David S. Jackson                           http://www.dsj.net
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Your mouse has moved. Please wait while Windows reboots so the 
> change can take effect.
> 

---------------------------------------------------
http://www.clarkson.edu/~cohentl
"Sometimes crazy things happen in circuits." - Muku, 1999
"The answers to lifes problems aren't at the bottom of bottles, they're on
 TV" - Homer J. Simpson
---------------------------------------------------

Reply via email to