소스 검색

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
Alp Toker 11 년 전
부모
커밋
c785591d76
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      docs/PTHInternals.rst

+ 5 - 5
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
 an algorithmic level, especially when one considers header files of
 arbitrary size.
 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
 Internal PTH Optimizations
 --------------------------
 --------------------------