[webkit-dev] Growing tired of long build times? Check out this awesome new way to speed up your build... soon (HINT: It's not buying a new computer)
Geoffrey Garen
ggaren at apple.com
Thu Aug 31 10:26:25 PDT 2017
> - have code completion and symbol navigation work very nicely in Xcode
Unified builds will likely make this work better.
Fun fact about Xcode: The way it does symbol indexing for symbols in a header is that it compiles the header with a random .cpp and indexes the result. The more stuff in your .cpp file, the more likely that the indexed result will be correct! :P
Geoff
More information about the webkit-dev
mailing list