Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jul 2005 09:21:34 +0900
From:      gnn@freebsd.org
To:        "Poul-Henning Kamp" <phk@haven.freebsd.dk>
Cc:        Robert Watson <rwatson@freebsd.org>, current@freebsd.org, Garance A Drosehn <gad@freebsd.org>
Subject:   Re: Summary: experiences with NanoBSD, successes and nits on a Soekris 4801 
Message-ID:  <m2zmt25chd.wl%gnn@neville-neil.com>
In-Reply-To: <29260.1120471829@phk.freebsd.dk>
References:  <m2acl36jum.wl%gnn@neville-neil.com> <29260.1120471829@phk.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 04 Jul 2005 12:10:29 +0200,
Poul-Henning Kamp wrote:
> 
> In message <m2acl36jum.wl%gnn@neville-neil.com>, gnn@freebsd.org writes:
> >At Mon, 04 Jul 2005 10:25:34 +0200,
> >Poul-Henning Kamp wrote:
> >> I played with developing that graph by removing lines from LINT
> >> and see what compiled and what didn't.  Based on the progress I
> >> made I would estimate the full graph will take about 1 CPU-year to
> >> calculate by trial&error.
> >
> >Hmm.  Well, either I need a very fast CPU, or a more clever approach.
> >I guess we'll see...
> 
> This was a dual Opteron, 2GHz, 4GB.
> 
> It might be possible to do a less brute force and more analytical
> approach:
> 
> Start out with sys/conf/files*, then add sys/conf/options.
> 
> Then for each and every .c file, grep out the #includes and
> build a tree of complete _potential_ dependencies.
> 
> Also grep out all #ifmumble constructs and record those.
> 
> You now have a huge data structure from which it should be possible
> to determine potential dependencies.
> 
> Ie:  Which source files could possibly be affected by this option
> or conversely, which options could possibly affect this source file.
> 
> By pruning the trival cases from the data structure, the brute force
> work would be a lot less.

Another thought I had was just going through the startup sequence

Later,
George



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2zmt25chd.wl%gnn>