속성:Interpretation
외관
관찰한 결과가 나온 이유를 적습니다.
e
Non-critical I/O를 하나로 제한하면 foreground latency는 보호하지만 system throughput을 낮춘다. 제한 완화 시 throughput은 223에서 345MB/s로 늘지만 foreground 평균 latency는 110에서 1771마이크로초로 악화됐다. User-level fiber dependency를 직접 검출하지 못하며 multi-tenant fairness와 replicated store는 미래 작업이다.
Technical interpretation: Priority는 I/O 발행 시점의 정적 속성이 아니라 request dependency를 따라 계층 전체에서 전파되어야 한다. +
키 공간의 의미적 지역성을 compaction 단위로 노출하면 재쓰기를 줄일 수 있다. +
복구 의미론을 실행 엔진 밖의 공통 계층으로 만들면 범용성과 성능을 함께 조정할 수 있다. +
exploiting asymmetric cpu performance for fast startup of subsystem in mobile smart devices c00616ec +
공식 초록상 image subsystem 사례 하나이며 CPU-switch와 state-transfer overhead, 다른 subsystem 및 SoC에 대한 일반화는 검증되지 않는다.
Technical interpretation: Heterogeneous SoC에서는 steady-state execution 위치와 initialization 실행 위치를 분리할 수 있다. +
sharing 시나리오는 synthetic하고 효과는 workload 실행시간·idle time·GPU 수에 따라 달라진다. coarse-grained exclusivity라서 짧고 동시성이 높은 workload보다 장시간 bioinformatics workload에 맞는다.
Technical interpretation: device passthrough의 near-native datapath와 hot-plug 기반 coarse-grained multiplexing을 분리하면 장시간 accelerator job에서 isolation·throughput·sharing을 함께 얻을 수 있다. +
DMA-backed asynchronous access can turn storage wait into CPU capacity for user-level tasks, but correctness and QoS require order relaxation, deadlock-safe locking, and channel control. The preserved source does not support the current GPU framing. +
Safe extensibility needs a contract covering both what code may access and what resources it may consume. +
extmem enabling application aware virtual memory management for data intensive applications 8a6dc0e4 +
A common policy/mechanism interface can make application-aware VM practical and comparable. +
f
faasmem improving memory efficiency of serverless computing with memory pool architecture b6ab9eec +
Allocation-stage semantics provide a practical proxy for which function state can be pooled remotely. +
A hardware-protected userspace control plane can shorten scheduling paths without fully trusting applications. +
Safety can be decomposed by ownership, allowing stronger guarantees for kernel state without proving every extension invariant statically. +
Mobile heterogeneous execution can turn an otherwise rigid NPU into the dominant prefill engine. +
Small compile-time layout support removes a runtime observability tax while preserving compatibility. +
A constrained programmable interface can preserve performance while shortening policy iteration and deployment. +
간단한 입장·퇴장 규칙만으로도 복잡한 전역 순서 유지 비용을 피할 수 있다. +
3쪽 학술대회 논문이며 초록이 잘려 있다. 후속 저널판의 결과나 세부 기법을 이 선행 버전에 소급하지 않았다.
Technical interpretation: 독립적으로 부정 여부를 판정할 수 있는 여러 레벨의 filter lookup은 빠른 SSD에서 병렬 실행 후보가 된다. +
Adaptive workload classification and type-specific rewards let learning balance isolation against utilization as conditions change. +
Profiling fidelity and migration aggressiveness should be controlled together from workload feedback. +
following the data not the function rethinking function orchestration in serverless computing 5edeca75 +
데이터 의존성을 1급 추상화하면 오케스트레이션과 데이터 전송을 함께 최적화할 수 있다. +
상용 UFS firmware 수정이 불가능해 실장치가 아니라 UFS 3.0 파라미터로 보정한 FEMU emulator에서 평가했다.
평가 캐시는 host DRAM 4 GB의 0.5%인 20 MB로 설정했다.
host driver와 FTL 양쪽 변경 및 protocol piggyback 지원이 필요해 배포 가능성은 장치 vendor 협력에 좌우된다.
Technical interpretation: host memory를 storage metadata cache로 빌릴 때 read mapping만 캐시하지 말고 수정 mapping과 GC 유효성 메타데이터를 일관성 있게 함께 관리해야 전체 I/O 경로가 빨라진다. +