From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3DD4E28D.2060404@strakt.com> From: Boyd Roberts User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1 MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] how to avoid a memset() optimization References: <9f877f9ea3f57d8602e66baf3ce1988a@plan9.bell-labs.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 15 Nov 2002 13:03:25 +0100 Topicbox-Message-UUID: 215ec492-eacb-11e9-9e20-41e7f4b1d025 Dennis Ritchie wrote: >... The (early) BSD/VAX assembly >optimizer did have something like this, however, in that it >avoided certain instructions that wouldn't work in the I/O >space. > > > And on the VAX this would probably be a large list. The 8th Edition compiler/assembler would output extract field instructions for some 16 bit operations which broke on UNIBUS device registers (the tu11 tape driver iirc).