You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tup-...@googlegroups.com
Hi,
There has been discussion with the C++ committee about how to build
modules since it generally requires more smarts from build systems.
Basically, `g++ -c foo.cpp -o foo.o` is no longer trivially
parallelizable and compilations must be done in order based on the
contents of the compiled files. I was wondering what kind of approach
Tup would be using for this since it is different in the build system
space than tools like make and ninja with its strace-style detection.