--- type: Index status: living --- # CSAPP Wiki CSAPP(Computer Systems: A Programmer's Perspective) 스터디 knowledge base. ## 최신 - [[2026-07-26-csapp-ch7-symbol-resolution]]: Chapter 7.6 Symbol Resolution 강의노트 - [[2026-07-05-csapp-ch6-memory-hierarchy]] — Chapter 6 Memory Hierarchy 통합 강의노트 ## 강의노트 (Lectures) - 2026 - [[2026-07-26-csapp-ch7-symbol-resolution]]: Ch7.6 Symbol Resolution ([HTML 원본](../chapter07/chapter-7.6.1.html)) - [[2026-07-05-csapp-ch6-memory-hierarchy]] — Ch6 Memory Hierarchy ([HTML 원본](lectures/2026/2026-07-05-csapp-ch6-memory-hierarchy.html)) ## 노트 (Notes) - [[0001-compile-linking]] — 컴파일과 링커, 링크 타임 에러 실습 - [[java-compile-run]] — javac/java로 컴파일·실행하기 (BST/AVL 데모) - [[2025-09-21-study-log]] — 트리/인덱스, OLTP·OLAP, ACID 학습 로그 ## 토픽 (Topics) - [[compile-linking]] — 컴파일 · 링킹 · 심볼 해석 - [[memory-hierarchy]] — 메모리 계층 구조 - [[cache-locality]] — 캐시와 지역성 - [[tree-index]] — 트리 자료구조와 DB 인덱스 - [[acid-innodb]] — ACID와 InnoDB ## 실습 (Examples) - [examples/0001-compile-linking](../examples/0001-compile-linking/) — 링크 타임 에러 재현 실습 (→ [[0001-compile-linking]]) - [chapter07/examples](../chapter07/examples/): 심볼 해석, 정적 archive, GCC 10 전후 ELF 실습 (→ [[2026-07-26-csapp-ch7-symbol-resolution]]) - [java-datastructures/BST](../java-datastructures/BST/) — BST/AVL 트리 Java 구현 (→ [[java-compile-run]], [[tree-index]]) - [exercises](../exercises/) — 자바 연습문제+해답 (1~10장, hwp) ## 타입 렌즈 - [[lecture]] · [[note]] · [[topic]] · [[example]] ## 외부 자료 - [CSAPP PDF](https://i.hyeon.me/csapp.pdf) - [Current whiteboard](https://i.hyeon.me/csapp) - [Past whiteboard archive](https://i.hyeon.me/csapp-archive)