Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Apr 2010 04:58:17 +0000 (UTC)
From:      Qing Li <qingli@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet ip_output.c
Message-ID:  <201004020458.o324wbs2085011@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



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