일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 오블완
- ChatGPT
- 분류
- LG
- Machine Learning
- Classification
- 해커톤
- GPT-4
- regression
- 딥러닝
- 회귀
- 머신러닝
- LG Aimers
- LLM
- OpenAI
- PCA
- supervised learning
- LG Aimers 4th
- deep learning
- gpt
- AI
- 티스토리챌린지
- 지도학습
Archives
- Today
- Total
목록2025/04/23 (1)
SYDev

경희대학교 허선영 교수님의 컴파일러 수업을 기반으로 정리한 글입니다. 0. BackgroundsProcess in MemoryMemory LayoutText section: 프로그램 코드Data section: (uninitialized and initialized) 전역 변수Stack section: 일시적 데이터함수 파라미터, 리턴 어드레스, 지역 변수Heap section: 런타임에 동적으로 할당되는 메모리ELF File FormatExcecutable and Linkable Formatsource program -> compiler -> target binarytarget binary의 포맷 중 하나가 ELF컴파일 결과를 sections 나누어서 저장단순히 machine codes만 저장하는 것이..
4학년 1학기 전공/컴파일러
2025. 4. 23. 21:24