Dan Sugalski wrote:
> 
> At 12:51 PM 7/6/2001 -0500, David L. Nicol wrote:
> >Benjamin Stuhl wrote:
> >
> > >             (eg. I solemnly swear to never use symbolic
> > >              references, count on specific op patterns, or
> > >              use any number large enough to require
> > >              bignums.)

Would these promises be better stated as in-code pragmata instead
of compiler switches?  


        {
        no symrefs;
        ${$thing};      # assuming $thing is a reference is now safe
        }

Reply via email to