
Archive of posts tagged: Architecture


Hardware Security
Two high impact microarchitectural timing attacks were disclosed yesterday. (https://nyti.ms/2EOX03d). 10000 ft overview: This is a very intricate attack but the root cause is unflushed speculative state from the cache resulting in a timing variations. Apparently the...
SIMD Instructions Considered Harmful
In the process of writing a short introduction to RISC-V, we compared RISC-V vector code to SIMD. We were struck by the insidiousness of the SIMD instruction extensions of ARM, MIPS, and x86. We decided to share those insights in this blog, based on Chapter 8 of our...
Leave your OS at home: the rise of library operating systems
The efficiency of Operating Systems (OSes) has always been in the spotlight of systems researchers, ever since the seminal Dijkstra’s THE multiprogramming system in early 60s. But the reason for this obsession is not entirely obvious. While the OS is commonly...