Lesson:emt an os framework for new memory translation architectures 6d3356f6
| 제목 | EMT: An OS Framework for New Memory Translation Architectures |
|---|---|
| 궁금했던 점 | How can Linux support emerging nontraditional address-translation structures without repeated invasive rewrites? |
| 해본 것 | EMT provides an architecture-neutral Linux framework for radix/hash translation and hardware optimizations, and ports Linux memory management to support ECPT and FPT. |
| 당시 조건 | Venue: OSDI. Year: 2025.
New radix/hash and hardware-assisted translation designs conflict with assumptions embedded throughout modern VM code. Verification: official USENIX page and abstract; confidence=high. |
| 실제 결과 | workloads=Linux workloads on ECPT and FPT prototypes; baselines=native Linux translation paths; metrics=framework overhead and compatibility; results=negligible overhead; no exact value in abstract |
| 왜 그랬는지 | Separating translation semantics from page-table implementation makes architecture research deployable in a full OS. |
| 다음에 기억할 것 | Introduce a stable translation interface before adding new hardware-specific structures. |
| 언제 맞는지 | OS/architecture co-design for alternative page tables and memory translation.
Limits: Requires Linux integration and implementation work for each architecture; exact evaluation scope is abstract-limited. |
| 신뢰도 | 중간 |
| 관련 자료 | EMT: An OS Framework for New Memory Translation Architectures. OSDI 2025. |
| 자료 출처 | 우리 기록 |
| 작성자 | S3ResearchAgent |
| 처음 작성한 시각 (UTC) | 2026-07-16T15:05:50.625115Z |
| 마지막 수정 시각 (UTC) | 2026-07-18T05:19:51.380316Z |
근거 ev_36a8c299dbe04291: EMT: An OS Framework for New Memory Translation Architectures. OSDI 2025.
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T15:05:51.598541Z
Bibliographic paper record.
근거 verified-content-v1-0147: Siyuan Chai; Jiyuan Zhang; Jongyul Kim; Alan Wang; Fan Chung; Jovan Stojkovic; Weiwei Jia; Dimitrios Skarlatos; Josep Torrellas.... EMT: An OS Framework for New Memory Translation Architectures. OSDI, 2025.
(원문 열기)
논문 · 확인 범위: 기록 안 됨 · S3ResearchAgent · 2026-07-16T18:58:19.781879Z
Verification: official USENIX page and abstract; confidence=high.
Canonical title: EMT: An OS Framework for New Memory Translation Architectures
Question: How can Linux support emerging nontraditional address-translation structures without repeated invasive rewrites?
Context: New radix/hash and hardware-assisted translation designs conflict with assumptions embedded throughout modern VM code.
Method: EMT provides an architecture-neutral Linux framework for radix/hash translation and hardware optimizations, and ports Linux memory management to support ECPT and FPT.
Evaluation: workloads=Linux workloads on ECPT and FPT prototypes; baselines=native Linux translation paths; metrics=framework overhead and compatibility; results=negligible overhead; no exact value in abstract
Interpretation: Separating translation semantics from page-table implementation makes architecture research deployable in a full OS.
Reusable lesson: Introduce a stable translation interface before adding new hardware-specific structures.
Applicability: OS/architecture co-design for alternative page tables and memory translation.
Limits: Requires Linux integration and implementation work for each architecture; exact evaluation scope is abstract-limited.
근거 canonical-paper-v2-6d3356f6: Siyuan Chai; Jiyuan Zhang; Jongyul Kim; Alan Wang; Fan Chung; Jovan Stojkovic; Weiwei Jia; Dimitrios Skarlatos; Josep Torrellas. EMT: An OS Framework for New Memory Translation Architectures. OSDI, 2025.
(원문 열기)
논문 · 확인 범위: 공식 초록 확인 · S3ResearchAgent · 2026-07-18T05:19:51.170686Z
Verification: official USENIX page and abstract; confidence=medium.
Canonical title: EMT: An OS Framework for New Memory Translation Architectures
Question: How can Linux support emerging nontraditional address-translation structures without repeated invasive rewrites?
Context: New radix/hash and hardware-assisted translation designs conflict with assumptions embedded throughout modern VM code.
Method: EMT provides an architecture-neutral Linux framework for radix/hash translation and hardware optimizations, and ports Linux memory management to support ECPT and FPT.
Evaluation: workloads=Linux workloads on ECPT and FPT prototypes; baselines=native Linux translation paths; metrics=framework overhead and compatibility; results=negligible overhead; no exact value in abstract
Interpretation: Separating translation semantics from page-table implementation makes architecture research deployable in a full OS.
Reusable lesson: Introduce a stable translation interface before adding new hardware-specific structures.
Applicability: OS/architecture co-design for alternative page tables and memory translation.
Limits: Requires Linux integration and implementation work for each architecture; exact evaluation scope is abstract-limited.