A Third World Embedded Engineer Responds to "RISC-V: They Should Have Known Better"

Lobsters Hottest News

Summary

An embedded engineer from a third-world country responds to the article 'RISC-V: They Should Have Known Better', offering insights on RISC-V architecture and its implications.

<p><a href="https://lobste.rs/s/zeqgd4/third_world_embedded_engineer_responds">Comments</a></p>
Original Article

Similar Articles

RISC-V: They Should Have Known Better

Lobsters Hottest

Dmitry.GR criticizes RISC-V's design, arguing it is not optimal for all use cases, especially microcontrollers, due to issues with code density and interrupt latency.

RISC-V Is Inevitable: State of the Union Keynote Argues

Hacker News Top

At the RISC-V Summit Europe 2026, Krste Asanović declared the open-standard ISA's state as strong, highlighting its expansion into high-performance server-class silicon and adoption by major tech companies like Qualcomm, Nvidia, and Google.

One man, two kernels, and a lot of RISC-V

Hacker News Top

Yuri Zaporozhets of QRV Systems has built a RISC-V-based personal computer and a mainframe on an FPGA, and rewritten QNX twice. His latest OS QSOE is gaining attention in the FOSS world.

Pushing the limits of RISC-V emulation

Hacker News Top

This blog post explores how to make RISC-V execution faster on non-RISC-V machines using an ahead-of-time recompiler that connects basic blocks with tail calls and leverages Clang's preserve_none calling convention, as part of the OpenVM project at Axiom.