Date: Tue, 21 Jan 1997 11:04:02 +0100 (MET) From: Jan Hubicka To: djgpp AT delorie DOT com Subject: vertical line copying Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi I profiled XaoS and about 14% of time is spent by copying one vertical line to another(horizontal lines are done using memcpy so they are much faster) So I asking for your best tips how to unroll such loop. Current ugly version is: for(; vbuff