git: dsynth - Account for extraction size

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Aug 23 19:49:44 PDT 2019


commit 516819d9579c6a23e9457b608e1d19f64096d248
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Aug 23 19:47:40 2019 -0700

    dsynth - Account for extraction size
    
    * Account for the initial size of /construction after the extract
      phase.
    
      Note that we explicitly are not accounting for space used after this
      phase because they files (typically .o's and such) are added incrementally
      and often not accessed continuously until the ending link phase.  Including
      this space thus might cause dsynth to retard the worker count too much.

Summary of changes:
 usr.bin/dsynth/build.c  | 34 ++++++++++++++++++++++++++++++++++
 usr.bin/dsynth/dsynth.h |  2 ++
 2 files changed, 36 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/516819d9579c6a23e9457b608e1d19f64096d248


-- 
DragonFly BSD source repository


More information about the Commits mailing list