Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 03:24:42 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern init_main.c kern_malloc.c md5c.c subr_autoconf.c subr_mbuf.c subr_prf.c tty_subr.c vfs_cluster.c vfs_subr.c
Message-ID:  <200307221024.h6MAOggG066724@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/07/22 03:24:42 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             init_main.c kern_malloc.c md5c.c 
                         subr_autoconf.c subr_mbuf.c subr_prf.c 
                         tty_subr.c vfs_cluster.c vfs_subr.c 
  Log:
  Don't attempt to inline large functions mb_alloc() and mb_free(),
  it more than doubles the text size of this file.
  
  GCC has wisely ignored us on this previously
  
  Revision  Changes    Path
  1.234     +5 -0      src/sys/kern/init_main.c
  1.128     +6 -3      src/sys/kern/kern_malloc.c
  1.22      +1 -0      src/sys/kern/md5c.c
  1.19      +3 -0      src/sys/kern/subr_autoconf.c
  1.53      +2 -2      src/sys/kern/subr_mbuf.c
  1.106     +20 -0     src/sys/kern/subr_prf.c
  1.40      +1 -1      src/sys/kern/tty_subr.c
  1.141     +2 -2      src/sys/kern/vfs_cluster.c
  1.453     +7 -8      src/sys/kern/vfs_subr.c



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