C++ Logo

sg15

Advanced search

Re: A Different Approach To Compiling C++

From: Boris Kolpackov <boris_at_[hidden]>
Date: Sun, 24 Sep 2023 17:56:18 +0200
Hassan Sajjad via SG15 <sg15_at_[hidden]> writes:

> The build system may use one-process-per-compilation with inter-process
> communication.

Or the build system may communicate with the compiler itself via
inter-process communication. This will allow you to sidestep most
of the issues listed by Tom. FYI:

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1184r2.pdf

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1842r0.html

Received on 2023-09-24 15:56:26