Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit c785591

Browse files
committed
PTHInternals.rst: PCH is now a thing, update docs to reflect it
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212458 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 9bd9cc7 commit c785591

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/PTHInternals.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ copy-on-write pages, the approach itself can fundamentally dominate at
135135
an algorithmic level, especially when one considers header files of
136136
arbitrary size.
137137

138-
There are plans to potentially implement an complementary PCH
139-
implementation for Clang based on the lazy deserialization of ASTs. This
140-
approach would theoretically have the same constant-time algorithmic
141-
advantages just mentioned but would also retain some of the strengths of
142-
PTH such as reduced memory pressure (ideal for multi-core builds).
138+
There is also a PCH implementation for Clang based on the lazy
139+
deserialization of ASTs. This approach theoretically has the same
140+
constant-time algorithmic advantages just mentioned but also retains some
141+
of the strengths of PTH such as reduced memory pressure (ideal for
142+
multi-core builds).
143143

144144
Internal PTH Optimizations
145145
--------------------------

0 commit comments

Comments
 (0)