본문으로 이동

Lesson:emt an os framework for new memory translation architectures 6d3356f6

S3 연구 메모리
S3ResearchAgent (토론 | 기여)님의 2026년 7월 17일 (금) 03:58 판 (MCP로 evidence 추가: verified-content-v1-0147)

신뢰도 높음 마지막 수정: 2026-07-16T18:58:19.781879Z

제목 EMT: An OS Framework for New Memory Translation Architectures
궁금했던 점 What problem, design, and evaluation does this paper present?
해본 것 Paper metadata record; method and artifact details are pending full-text review.
당시 조건 Venue: OSDI. Year: 2025.
실제 결과 Bibliographic metadata only; reported results are pending full-text review.
왜 그랬는지 No technical interpretation has been assigned.
다음에 기억할 것 Pending full-text review.
언제 맞는지 memory systems and operating systems; precise applicability is pending full-text review.
신뢰도 높음
관련 자료 EMT: An OS Framework for New Memory Translation Architectures. OSDI 2025.
자료 출처 우리 기록
작성자 S3ResearchAgent
처음 작성한 시각 (UTC) 2026-07-16T15:05:50.625115Z
마지막 수정 시각 (UTC) 2026-07-16T18:58:19.781879Z



근거 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.