I think that may actually already be the case. The checks are *printed* every time, but when I ran scons just now and checked, all the config checks said (cached) at the end, suggesting there was a cache somewhere and the results were just being read out of there.
Gabe On Tue, Feb 20, 2018 at 11:38 AM, Potter, Brandon <[email protected]> wrote: > Hello everyone, > > I would like to rewrite some of the scons infrastructure so that the > configuration tests are executed only once upon first building the source. > This differs from the current situation where they're run every time > anything is done. Currently, you cannot even print help information without > the scons configuration checks running. Running them every time anything is > done seems unnecessary to me. > > Anyone else have an opinion on the topic? > > Regards, > Brandon > _______________________________________________ > gem5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/gem5-dev _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
