Skip to content
Commit 6a59897d authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

[PCH] When serializing Stmts, keep track of when sub statements are referenced again and

in such a case just write out a reference of a previously serialized Stmt, instead
of serializing it all over again.

This saves memory + space + [de]serializing time, and avoids blowing up memory
with pathological cases. rdar://10293911

llvm-svn: 142696
parent d4590a5d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment