【1】ACM Transactions on Computer Systems, Volume 36 2020-10-19 日常 暂无评论 739 次阅读 # ACM Transactions on Computer Systems, Volume 36 - [Effective Detection of Sleep-in-atomic-context Bugs in the Linux Kernel.](https://doi.org/10.1145/3381990) - 作者:[Jia-Ju Bai](https://dblp.uni-trier.de/pid/161/7805) , [Julia Lawall](https://dblp.uni-trier.de/pid/l/JuliaLLawall) , [Shi-Min Hu 0001](https://dblp.uni-trier.de/pid/h/ShiMinHu) - 下载:[10.1145/3381990](https://sci-hub.se/https://doi.org/10.1145/3381990) - 类型:Journal Articles - 标题:Linux内核中原子上下文错误的有效检测。 - 原子上下文:内核代码独占CPU核心的状态 - 这个状态不能休眠,一休眠就会发生系统挂起或崩溃 - 这种BUG称作“sleep-in-atomic-context (SAC)” - 论文的DSAC检测到了Linux内核中的1068个有效BUG - [SILK+ Preventing Latency Spikes in Log-Structured Merge Key-Value Stores Running Heterogeneous Workloads.](https://doi.org/10.1145/3380905) - 作者:[Oana Balmau](https://dblp.uni-trier.de/pid/157/1134) , [Florin Dinu](https://dblp.uni-trier.de/pid/00/8330) , [Willy Zwaenepoel](https://dblp.uni-trier.de/pid/z/WZwaenepoel) , [Karan Gupta](https://dblp.uni-trier.de/pid/05/4820) , [Ravishankar Chandhiramoorthi](https://dblp.uni-trier.de/pid/244/9333) , [Diego Didona](https://dblp.uni-trier.de/pid/89/11144) - 下载:[10.1145/3380905](https://sci-hub.se/https://doi.org/10.1145/3380905) - 类型:Journal Articles - 标题:SILK+防止运行异构工作负载的日志结构合并键值存储中的延迟峰值。 - LSM树:[专为key-value存储系统设计的数据结构](https://www.jianshu.com/p/5c846e205f5f) - LSM-KV:日志结构合并的键值存储 - 大部分研究都用来提高吞吐量 → 加剧高尾部延迟 - 论文用 输入/输出带宽调度器 减少尾部延迟 - 论文提出一个新的开源的LSM-KV:SILK+ - [Corrigendum to "Derecho - Fast State Machine Replication for Cloud Services, " by Jha et al., ACM Transactions on Computer Systems (TOCS) Volume 36, Issue 2, Article No. 4.](https://doi.org/10.1145/3395604) - 作者:[Sagar Jha](https://dblp.uni-trier.de/pid/156/0060) - 下载:[10.1145/3395604](https://sci-hub.se/https://doi.org/10.1145/3395604) - 类型:Journal Articles - 标题:“Derecho-云服务的快速状态机复制”勘误表,作者:Jha等人,《计算机系统上的ACM事务》(TOCS)第36卷,第2期,第4条。 - [Transactuations - Where Transactions Meet the Physical World.](https://doi.org/10.1145/3380907) - 作者:[Tanakorn Leesatapornwongsa](https://dblp.uni-trier.de/pid/141/9097) , [Aritra Sengupta](https://dblp.uni-trier.de/pid/136/0961) , [Masoud Saeida Ardekani](https://dblp.uni-trier.de/pid/131/6740) , [Gustavo Petri](https://dblp.uni-trier.de/pid/11/4177) , [Cesar A. Stuardo](https://dblp.uni-trier.de/pid/204/3580) - 下载:[10.1145/3380907](https://sci-hub.se/https://doi.org/10.1145/3380907) - 类型:Journal Articles - 标题:Transactuations-事务与物理世界相遇的地方。 - “Transactuations”:论文给“对事务的抽象”取的名字 - (物联网设备或应用程序 操作失败 → 物理状态与应用程序状态不一致)← 事务的抽象程度不够 - 论文提出一种对事务抽象的方法,在智能家居环境测试 - [Introduction to the Special Issue on the Award Papers of USENIX ATC 2019.](https://doi.org/10.1145/3395034) - 作者:[Dahlia Malkhi](https://dblp.uni-trier.de/pid/m/DahliaMalkhi) , [Dan Tsafrir](https://dblp.uni-trier.de/pid/26/914) - 下载:[10.1145/3395034](https://sci-hub.se/https://doi.org/10.1145/3395034) - 类型:Journal Articles - 标题:USENIX ATC 2019获奖论文专刊简介。 - [A Retargetable System-level DBT Hypervisor.](https://doi.org/10.1145/3386161) - 作者:[Tom Spink](https://dblp.uni-trier.de/pid/146/4572) , [Harry Wagstaff](https://dblp.uni-trier.de/pid/130/1355) , [Björn Franke](https://dblp.uni-trier.de/pid/56/4341) - 下载:[10.1145/3386161](https://sci-hub.se/https://doi.org/10.1145/3386161) - 类型:Journal Articles - 标题:一个可重定目标的系统级DBT管理程序。 - DBT:动态二进制编译 - 系统级DBT:可以编译操作系统的引导程序,可以给别的机器指令集架构编译程序 - 系统级DBT通常是手工编码 → 成本高 - 论文开发了一个可重定向的DBT管理程序,简化了DBT的重定向,性能也超过手工的性能。 - [Software Prefetching for Indirect Memory Accesses - A Microarchitectural Perspective.](https://doi.org/10.1145/3319393) - 作者:[Sam Ainsworth](https://dblp.uni-trier.de/pid/181/0549) , [Timothy M. Jones 0001](https://dblp.uni-trier.de/pid/62/1131) - 下载:[10.1145/3319393](https://sci-hub.se/https://doi.org/10.1145/3319393) - 类型:Journal Articles - 标题:用于间接内存访问的软件预取-微体系结构视角。 - 内存延迟 ← 预读取 - 论文提出新的编译通道,能自动让程序预读取 - [SPIN - Seamless Operating System Integration of Peer-to-Peer DMA Between SSDs and GPUs.](https://doi.org/10.1145/3309987) - 作者:[Shai Bergman](https://dblp.uni-trier.de/pid/184/8323) , [Tanya Brokhman](https://dblp.uni-trier.de/pid/203/1606) , [Tzachi Cohen](https://dblp.uni-trier.de/pid/203/1918) , [Mark Silberstein](https://dblp.uni-trier.de/pid/94/2996) - 下载:[10.1145/3309987](https://sci-hub.se/https://doi.org/10.1145/3309987) - 类型:Journal Articles - 标题:SPIN-ssd和gpu之间对等DMA的无缝操作系统集成。 - 最新的GPU能点对点(P2P)直接读取外围设备(例如固态硬盘SSD) - 但难以直接读取文件,因为没有底层标准接口 - 论文提出SPIN,一个支持P2P的标准OS文件I/O栈 - [An Instruction Set Architecture for Machine Learning.](https://doi.org/10.1145/3331469) - 作者:[Yunji Chen](https://dblp.uni-trier.de/pid/48/474) , [Huiying Lan](https://dblp.uni-trier.de/pid/191/7785) , [Zidong Du](https://dblp.uni-trier.de/pid/44/11216) , [Shaoli Liu](https://dblp.uni-trier.de/pid/85/9414) , [Jinhua Tao](https://dblp.uni-trier.de/pid/17/8990) , [Dong Han](https://dblp.uni-trier.de/pid/03/278) , [Tao Luo](https://dblp.uni-trier.de/pid/43/4720) , [Qi Guo](https://dblp.uni-trier.de/pid/67/398) , [Ling Li 0001](https://dblp.uni-trier.de/pid/92/5001-1) , [Yuan Xie 0001](https://dblp.uni-trier.de/pid/x/YuanXie) , [Tianshi Chen](https://dblp.uni-trier.de/pid/60/419) - 下载:[10.1145/3331469](https://sci-hub.se/https://doi.org/10.1145/3331469) - 类型:Journal Articles - 标题:一种用于机器学习的指令集体系结构。 - 通用处理器(CPU、GPU)做机器学习(ML) → 能源效率不高 - 专用ML加速器,封装了ML技术(神经层、完整ML) → 缺灵活性 - 论文为NN加速,提出了叫做“Cambricon”的特定领域指令集架构(ISA)和汇编语言 - [Lock-Unlock - Is That All? A Pragmatic Analysis of Locking in Software Systems.](https://doi.org/10.1145/3301501) - 作者:[Rachid Guerraoui](https://dblp.uni-trier.de/pid/g/RachidGuerraoui) , [Hugo Guiroux](https://dblp.uni-trier.de/pid/182/6438) , [Renaud Lachaize](https://dblp.uni-trier.de/pid/62/1275) , [Vivien Quéma](https://dblp.uni-trier.de/pid/33/2617) , [Vasileios Trigonakis](https://dblp.uni-trier.de/pid/93/11190) - 下载:[10.1145/3301501](https://sci-hub.se/https://doi.org/10.1145/3301501) - 类型:Journal Articles - 标题:锁定解锁-就这些吗?软件系统中锁定的语用分析。 - [The Arm Triple Core Lock-Step (TCLS) Processor.](https://doi.org/10.1145/3323917) - 作者:[Xabier Iturbe](https://dblp.uni-trier.de/pid/44/8121) , [Balaji Venu](https://dblp.uni-trier.de/pid/97/10359) , [Emre Ozer](https://dblp.uni-trier.de/pid/165/4503) , [Jean-Luc Poupat](https://dblp.uni-trier.de/pid/248/6845) , [Gregoire Gimenez](https://dblp.uni-trier.de/pid/207/3940) , [Hans-Ulrich Zurek](https://dblp.uni-trier.de/pid/248/6819) - 下载:[10.1145/3323917](https://sci-hub.se/https://doi.org/10.1145/3323917) - 类型:Journal Articles - 标题:Arm三核锁步(TCLS)处理器。 - [Derecho - Fast State Machine Replication for Cloud Services.](https://doi.org/10.1145/3302258) - 作者:[Sagar Jha](https://dblp.uni-trier.de/pid/156/0060) , [Jonathan Behrens](https://dblp.uni-trier.de/pid/206/4545) , [Theo Gkountouvas](https://dblp.uni-trier.de/pid/185/9403) , [Matthew Milano](https://dblp.uni-trier.de/pid/136/0932) , [Weijia Song](https://dblp.uni-trier.de/pid/60/6078) , [Edward Tremel](https://dblp.uni-trier.de/pid/157/3839) , [Robbert van Renesse](https://dblp.uni-trier.de/pid/r/RvRenesse) , [Sydney Zink](https://dblp.uni-trier.de/pid/206/4523) , [Kenneth P. Birman](https://dblp.uni-trier.de/pid/b/KPBirman) - 下载:[10.1145/3302258](https://sci-hub.se/https://doi.org/10.1145/3302258) - 类型:Journal Articles - 标题:云服务的快速状态机复制。 - [Mitigating Load Imbalance in Distributed Data Serving with Rack-Scale Memory Pooling.](https://doi.org/10.1145/3309986) - 作者:[Stanko Novakovic](https://dblp.uni-trier.de/pid/142/3209) , [Alexandros Daglis](https://dblp.uni-trier.de/pid/142/3203) , [Dmitrii Ustiugov](https://dblp.uni-trier.de/pid/191/7824) , [Edouard Bugnion](https://dblp.uni-trier.de/pid/b/EBugnion) , [Babak Falsafi](https://dblp.uni-trier.de/pid/f/BabakFalsafi) , [Boris Grot](https://dblp.uni-trier.de/pid/78/50) - 下载:[10.1145/3309986](https://sci-hub.se/https://doi.org/10.1145/3309986) - 类型:Journal Articles - 标题:使用分布式内存池解决机架负载不平衡问题。 - [Deca - A Garbage Collection Optimizer for In-Memory Data Processing.](https://doi.org/10.1145/3310361) - 作者:[Xuanhua Shi](https://dblp.uni-trier.de/pid/85/5317) , [Zhixiang Ke](https://dblp.uni-trier.de/pid/198/0669) , [Yongluan Zhou](https://dblp.uni-trier.de/pid/z/YongluanZhou) , [Hai Jin 0001](https://dblp.uni-trier.de/pid/98/4156) , [Lu Lu 0006](https://dblp.uni-trier.de/pid/01/2086-6) , [Xiong Zhang](https://dblp.uni-trier.de/pid/06/2161) , [Ligang He](https://dblp.uni-trier.de/pid/36/5655) , [Zhenyu Hu](https://dblp.uni-trier.de/pid/30/8493) , [Fei Wang](https://dblp.uni-trier.de/pid/52/3194) - 下载:[10.1145/3310361](https://sci-hub.se/https://doi.org/10.1145/3310361) - 类型:Journal Articles - 标题:Deca-一个用于内存数据处理的垃圾收集优化器。 - [Venice - An Effective Resource Sharing Architecture for Data Center Servers.](https://doi.org/10.1145/3310360) - 作者:[Boyan Zhao](https://dblp.uni-trier.de/pid/178/3210) , [Rui Hou](https://dblp.uni-trier.de/pid/79/3631) , [Jianbo Dong](https://dblp.uni-trier.de/pid/32/7673) , [Michael C. Huang](https://dblp.uni-trier.de/pid/40/1854) , [Sally A. McKee](https://dblp.uni-trier.de/pid/m/SallyAMcKee) , [Qianlong Zhang](https://dblp.uni-trier.de/pid/130/2237) , [Yueji Liu](https://dblp.uni-trier.de/pid/239/8834) , [Ye Li](https://dblp.uni-trier.de/pid/55/6910) , [Lixin Zhang 0002](https://dblp.uni-trier.de/pid/52/5615-2) , [Dan Meng](https://dblp.uni-trier.de/pid/01/2538) - 下载:[10.1145/3310360](https://sci-hub.se/https://doi.org/10.1145/3310360) - 类型:Journal Articles - 标题:威尼斯-一个有效的数据中心服务器资源共享架构。 标签: none 本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。
评论已关闭