From: utzoo!decvax!ucbvax!CAD:tektronix!zehntel!sytek!menlo70!hao!hplabs!sri-unix!chris.umcp-cs@UDel-Relay
Newsgroups: net.unix-wizards
Title: /lib/c2 optimizer for Berkeley 4.1
Article-I.D.: sri-unix.5405
Posted: Thu Mar 17 15:49:24 1983
Received: Thu Mar 24 07:09:33 1983

From:     Chris Torek 
Date:     15 Jan 83 16:34:38 EST  (Sat)
Does anyone know of any reason not to change

	cvtl[bw]	$value,dest
to
	mov[bw]		$value,dest

via the optimizer?  Wouldn't the second be both faster and shorter?