Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2001 20:58:40 -0500
From:      Alfred Perlstein <bright@mu.org>
To:        Peter Wemm <peter@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern subr_prf.c src/sys/sys systm.h
Message-ID:  <20010909205840.Q2965@elvis.mu.org>
In-Reply-To: <200109100145.f8A1jbI67312@freefall.freebsd.org>; from peter@FreeBSD.org on Sun, Sep 09, 2001 at 06:45:37PM -0700
References:  <200109100145.f8A1jbI67312@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
* Peter Wemm <peter@FreeBSD.org> [010909 20:45] wrote:
> peter       2001/09/09 18:45:37 PDT
> 
>   Modified files:
>     sys/kern             subr_prf.c 
>     sys/sys              systm.h 
>   Log:
>   This hack brought to you by some questionable ``optimizations'' in gcc-3.
>   gcc-3 takes it apon itself to convert:
>     printf("string\n")  ->  puts("string");
>   and:
>     printf("a");  ->  putchar('a')
>   etc.  I dont know what they've been smoking over there in gcc-land, but
>   it must be pretty good stuff.

Making an optimizing compiler is hard, let's go shopping!

-- 
-Alfred Perlstein [alfred@freebsd.org]
'Instead of asking why a piece of software is using "1970s technology,"
start asking why software is ignoring 30 years of accumulated wisdom.'

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010909205840.Q2965>