TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RISC-V: The New Architecture on the Block

45 pointsby johnbloodover 3 years ago

4 comments

hliebermanover 3 years ago
At least one of the points in this article isn&#x27;t true. The article states &quot;RISC-V is not affected by the Meltdown and Spectre vulnerabilities... [because it does] not perform any speculative memory accesses&quot; -- but that&#x27;s only true for some designs, not anything done by the ISA.<p>Many of the higher performance RISC-V designs do, in fact, do speculation. RISC-V BOOM[0], by Berkeley, is vulnerable to Spectre[1][2]. One of the attempts to create an extension to the RISC-V ISA that has integrated security features (CHERI, [3]) itself was shown to be vulnerable to Spectre-like attacks[4].<p>The fact that most RISC-V chips were not vulnerable to Spectre is simply because they hadn&#x27;t implemented a particular kind of performance optimization, not because there was anything intrinsic to the ISA that prevented them from being so.<p>[0]: <a href="https:&#x2F;&#x2F;boom-core.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;boom-core.org&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;abejgonzalez&#x2F;boom-attacks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;abejgonzalez&#x2F;boom-attacks</a><p>[2]: <a href="https:&#x2F;&#x2F;boom-core.org&#x2F;docs&#x2F;replicating_mitigating_spectre_carrv19.pdf" rel="nofollow">https:&#x2F;&#x2F;boom-core.org&#x2F;docs&#x2F;replicating_mitigating_spectre_ca...</a><p>[3]: <a href="https:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;research&#x2F;security&#x2F;ctsrd&#x2F;cheri&#x2F;cheri-risc-v.html" rel="nofollow">https:&#x2F;&#x2F;www.cl.cam.ac.uk&#x2F;research&#x2F;security&#x2F;ctsrd&#x2F;cheri&#x2F;cheri...</a><p>[4]: <a href="https:&#x2F;&#x2F;kth.diva-portal.org&#x2F;smash&#x2F;get&#x2F;diva2:1538245&#x2F;FULLTEXT01.pdf" rel="nofollow">https:&#x2F;&#x2F;kth.diva-portal.org&#x2F;smash&#x2F;get&#x2F;diva2:1538245&#x2F;FULLTEXT...</a>
评论 #28701106 未加载
评论 #28699037 未加载
评论 #28701924 未加载
1MachineElfover 3 years ago
Lately I find myself upvoting every submission from Klara Systems[0]. Focus of the articles seems to be consistently good. I&#x27;m not affiliated with them, just an impressed onlooker.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;from?site=klarasystems.com" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;from?site=klarasystems.com</a>
评论 #28699051 未加载
评论 #28702444 未加载
cepherover 3 years ago
I’ve recently gained an interest in computer architecture and systems programming in general after some high performance computing projects. Have been hearing about RISC-V from a distance, and am wondering if delving into it would be one of the best ways to satisfy this interest and gain some valuable knowledge&#x2F;skills at the same time.
评论 #28699119 未加载
评论 #28699214 未加载
hulituover 3 years ago
Will be nice to see some affordable motherbords and processors with this architecture.