From f5ea368917fc4baee1bdbfd3c5724f6d05f38f51 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Mon, 7 Jul 2014 14:02:39 +0000 Subject: [PATCH] PTHInternals.rst: PCH is now a thing, update docs to reflect it llvm-svn: 212458 --- clang/docs/PTHInternals.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clang/docs/PTHInternals.rst b/clang/docs/PTHInternals.rst index 10dda61..7401cf9 100644 --- a/clang/docs/PTHInternals.rst +++ b/clang/docs/PTHInternals.rst @@ -135,11 +135,11 @@ copy-on-write pages, the approach itself can fundamentally dominate at an algorithmic level, especially when one considers header files of arbitrary size. -There are plans to potentially implement an complementary PCH -implementation for Clang based on the lazy deserialization of ASTs. This -approach would theoretically have the same constant-time algorithmic -advantages just mentioned but would also retain some of the strengths of -PTH such as reduced memory pressure (ideal for multi-core builds). +There is also a PCH implementation for Clang based on the lazy +deserialization of ASTs. This approach theoretically has the same +constant-time algorithmic advantages just mentioned but also retains some +of the strengths of PTH such as reduced memory pressure (ideal for +multi-core builds). Internal PTH Optimizations -------------------------- -- 2.7.4