This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC - Remove support for PCH post 4.8
On Nov 27, 2012, at 9:08 PM, Miles Bader <miles@gnu.org> wrote:
> Chris Lattner <clattner@apple.com> writes:
>> Clang has fantastic support for PCH... and soon modules. We don't
>> plan to drop PCH support when modules is implemented.
>
> Do you have a pointer to the modules proposal clang will implement?
Most of it is implemented in mainline Clang already. Here is a recent talk describing it:
http://llvm.org/devmtg/2012-11/Gregor-Modules.pdf
Doug is also the chair of the C++ working group on modules, leading the effort to standardize it (along with Lawrence and others).
-Chris