Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2003 00:37:11 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/savecore savecore.c
Message-ID:  <200310080737.h987bBYS028838@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/10/08 00:37:11 PDT

  FreeBSD src repository

  Modified files:
    sbin/savecore        savecore.c 
  Log:
  Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from
  the stack to the heap to work around a problem on ia64. Now, roughly
  16 months and two compiler updates later, it isn't an issue anymore
  in the sense that putting a 1M buffer on the stack just works and we
  don't actually need to work around anything anymore.
  However, since there's no advantage or need to put the buffer on the
  stack (again), this change merely removes the XXX comment describing
  that there's an explicit reason for the heap allocation. Hence, this
  change is a functional no-op.
  
  PR: ia64/38677
  
  Revision  Changes    Path
  1.65      +0 -6      src/sbin/savecore/savecore.c



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