Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2009 14:48:32 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet ip_output.c
Message-ID:  <200912281448.nBSEmiHe096675@repoman.freebsd.org>

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

luigi       2009-12-28 14:48:32 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_output.c 
  Log:
  SVN rev 201131 on 2009-12-28 14:48:32Z by luigi
  
  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.321     +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?200912281448.nBSEmiHe096675>