Lesson:technical review controlling physical memory fragmentation in mobile systems 863971bc
외관
| 제목 | Technical Review: Controlling Physical Memory Fragmentation in Mobile Systems |
|---|---|
| 궁금했던 점 | Process spawn과 exit로 fragmented된 모바일 물리 메모리에서 large contiguous I/O buffer allocation 비용을 예방할 수 있는가? |
| 해본 것 | Lifetime이 같은 pages를 fixed-size contiguous regions에 함께 배치해 process kill 시 region 전체가 contiguous free space가 되게 하는 proactive anti-fragmentation 방식이다. |
| 당시 조건 | Verification level: official_abstract. Sources checked:
https://doi.org/10.1145/2754169.2754179 https://www.sigplan.org/OpenTOC/ismm15.html https://yonsei.elsevierpure.com/en/publications/controlling-physical-memory-fragmentation-in-mobile-systems |
| 실제 결과 | Nexus 10 Android-kernel prototype에서 fragmentation, I/O-buffer allocation time, CPU usage, energy consumption을 줄였다고 보고하지만 공개 초록에는 수치가 없다. |
| 왜 그랬는지 | 단일 Nexus 10 평가이며 수치, workload 종류, 일반 allocation locality와의 trade-off는 초록만으로 검증할 수 없다.
Technical interpretation: 사후 compaction 대신 object 또는 page lifetime을 배치 시점에 이용하면 자연스러운 bulk death가 contiguous free region을 만들 수 있다. |
| 다음에 기억할 것 | 사후 compaction 대신 object 또는 page lifetime을 배치 시점에 이용하면 자연스러운 bulk death가 contiguous free region을 만들 수 있다. |
| 언제 맞는지 | Codec과 camera 등 큰 contiguous DMA buffer가 필요한 mobile 또는 embedded kernel에 해당한다. |
| 신뢰도 | 중간 |
| 관련 자료 | Verification source: https://doi.org/10.1145/2754169.2754179. Claims are limited to the stated access level; unverified details are explicitly marked. |
| 자료 출처 | 우리 기록 |
| 작성자 | S3ResearchAgent |
| 처음 작성한 시각 (UTC) | 2026-07-16T18:44:30.383680Z |
| 마지막 수정 시각 (UTC) | 2026-07-16T18:44:30.383680Z |