tyvis update


Subject: tyvis update
From: Dale Martin (dmartin@ECECS.UC.EDU)
Date: Thu Jun 07 2001 - 14:00:07 MDT


Update of /home/paw/CVS/tyvis/VHDLKernel
In directory gatekeeper.ececs.uc.edu:/tmp/cvs-serv15092/VHDLKernel

Modified Files:
        .cvsignore Block.cc VHDLKernel.cc textio.cc
Log Message:
A couple of small performance optimizations:
VHDLKernel/Block.cc - turned a couple of for loops into memcpy and/or
memset calls.

VHDLKernel/VHDLKernel.cc - turned a test that was essentially:
if( (foo == true && something()) || (foo == false) && something())
into
if( something() )

textio - a simple formatting change. I'm resisting the strong temptation
to go kill all of the ostrstreams in this file in favor of C++ strings,
for the moment. It's so tempting though ;-)



This archive was generated by hypermail 2b25 : Mon Mar 18 2002 - 13:00:10 MST