[완료]compile-time 이 무슨 뜻 입니까?

khs0106의 이미지

fixmap.h 에
fixmap.h: compile-time virtual memory allocation
라고 있는데 compile-time이 무슨 뜻입니까?

chadr의 이미지

"컴파일을 진행하는 도중" 이라는 말입니다.
-------------------------------------------------------------------------------
It's better to appear stupid and ask question than to be silent and remain stupid.

-------------------------------------------------------------------------------
It's better to appear stupid and ask question than to be silent and remain stupid.

khs0106의 이미지

고맙습니다.^^

cppig1995의 이미지

run-time(실행하던 중)처럼 이해하시면 됩니다. ^^

Real programmers /* don't */ comment their code.
If it was hard to write, it should be /* hard to */ read.

khs0106의 이미지

그렇군요^^