HackerTrans
热门最新趋势评论往期问答秀出招聘

swift

no profile record

评论

swift
·9年前·讨论
There are tricks to make it faster. If you find yourself working on the project again, ask for advice on IRC. 2-3 minutes is longer than it should take in most cases. (As long as you aren't touching widely included headers files, that is.)
swift
·9年前·讨论
The vast, vast majority of the Firefox codebase is C++.
swift
·9年前·讨论
It's a balance, but on many projects the overhead of the headers themselves is so large that concatenating a few .cpp files together doesn't increase incremental compilation time significantly over simply building each .cpp file in isolation.