Home 컴파일의 4단계
Post
Cancel

컴파일의 4단계

compiling

전처리

주석제거

헤더 파일 삽입

매크로 치환 및 적용

컴파일

언어의 문법 검사

static 영역(Data, BSS 영역)의 메모리 할당

어셈블리

어셈블러를 통해 어셈블리어 파일을 오브젝트 파일로 변환

링킹

링커를 통해 오브젝트 파일과 라이브러리를 묶어서 실행파일 생성

Ref.

https://bradbury.tistory.com/226

This post is licensed under CC BY 4.0 by the author.

0, ‘\0’, NULL 차이점

Memory leak(메모리 누수)