Hi folks. I was digging around in the scons stuff, and I notice a lot of artificial targets that have a complicated relationship of interdependencies and which seem to be there to serialize various steps of the build. There's a comment talking about how things are broken if a particular set of those dependencies are removed with -j settings above 1, but I wasn't able to reproduce any failure by removing them.
I don't doubt there was some sort of dependency problem. I'd like to be able to reproduce it so I can remove the false dependencies, increase the parallelism of the build, and hopefully speed things up. Any hints as to how I can recreate whatever the problem was? Gabe _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
