2010년 7월 23일 금요일

2010/07/23

* Android에서 SQLite source를 하나의 file로 모두 묶은 이유

  • 아래와 같이 주석에 나와 있음.
  • By combining all the individual C code files into this single large file, the entire code can be compiled as a one translation unit. This allow may compilers to do optimization that would not be possible if the files were separately.(이것은 많은 컴파일러들에게 파일들이 분리되어 있으면 불가능한 최적화를 가능하게 한다.)

댓글 없음:

댓글 쓰기