From owner-freebsd-bugs Thu Oct 10 13:12:21 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA12644 for bugs-outgoing; Thu, 10 Oct 1996 13:12:21 -0700 (PDT) Received: from george.lbl.gov (george-2.lbl.gov [131.243.2.12]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA12635 for ; Thu, 10 Oct 1996 13:12:18 -0700 (PDT) Received: (jin@localhost) by george.lbl.gov (8.6.10/8.6.5) id NAA12801; Thu, 10 Oct 1996 13:12:17 -0700 Date: Thu, 10 Oct 1996 13:12:17 -0700 From: "Jin Guojun[ITG]" Message-Id: <199610102012.NAA12801@george.lbl.gov> To: jkh@time.cdrom.com Subject: Re: compiler bug in 2.2-961006-SNAP release Cc: bugs@freebsd.org Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > 2.2-961006-SNAP introduces a bug in C compiler. The initialization uses > > Actually, it looks more to me like memset() simply needs to move into > libkern. If the bzero and memset can be merged (bzero can be macro of memset), this should be a good idea. To maintain two assemble code for bzero and memset costs both human and CPU power. -Jin