From owner-cvs-src-old@FreeBSD.ORG Fri Apr 2 04:58:38 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 462761065672 for ; Fri, 2 Apr 2010 04:58:38 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3F98FC12 for ; Fri, 2 Apr 2010 04:58:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o324wbX3085012 for ; Fri, 2 Apr 2010 04:58:37 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o324wbs2085011 for cvs-src-old@freebsd.org; Fri, 2 Apr 2010 04:58:37 GMT (envelope-from qingli@repoman.freebsd.org) Message-Id: <201004020458.o324wbs2085011@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to qingli@repoman.freebsd.org using -f From: Qing Li Date: Fri, 2 Apr 2010 04:58:17 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/netinet ip_output.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2010 04:58:38 -0000 qingli 2010-04-02 04:58:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet ip_output.c Log: SVN rev 206066 on 2010-04-02 04:58:17Z by qingli MFC 201131 introduce a local variable rte acting as a cache of ro->ro_rt within ip_output, achieving (in random order of importance): - a reduction of the number of 'r's in the source code; - improved legibility; - a reduction of 64 bytes in the .text Revision Changes Path 1.314.2.7 +22 -18 src/sys/netinet/ip_output.c