From owner-freebsd-current Thu Oct 19 00:00:18 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA12445 for current-outgoing; Thu, 19 Oct 1995 00:00:18 -0700 Received: from meter.eng.uci.edu (root@meter.eng.uci.edu [128.200.85.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA12440 for ; Thu, 19 Oct 1995 00:00:15 -0700 Received: from newport.ece.uci.edu by meter.eng.uci.edu (8.7) id AAA06887; Thu, 19 Oct 1995 00:00:12 -0700 (PDT) Received: from localhost by newport.ece.uci.edu (8.7) id AAA14236; Thu, 19 Oct 1995 00:00:10 -0700 (PDT) Message-Id: <199510190700.AAA14236@newport.ece.uci.edu> To: freebsd-current@freebsd.org Subject: kernel with -O2 Date: Thu, 19 Oct 1995 00:00:08 -0700 From: Steven Wallace Sender: owner-current@freebsd.org Precedence: bulk does not work for your info. If I ktrace something with a -O2 kernel I do not get the same results as running the program w/o ktrace. -O works fine. Trying -O2 -fno-strength-reduce now