TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A mechanically verified garbage collector for OCaml [pdf]

40 点作者 matt_d3 个月前

3 条评论

yawaramin3 个月前
Something very cool about this GC is that it&#x27;s written in F* (technically, a low-level subset called Low<i>) and compiles to </i>memory-safe C,* so it&#x27;s kind of equivalent to using Rust but they don&#x27;t have to give up C.<p>F<i>&#x2F;Low</i> are also used in Project Everest, which ships formally verified crypto primitives in Firefox and other platforms.
Ecco3 个月前
What are those numbers on the sides for?
评论 #43238162 未加载
a-french-anon3 个月前
I don&#x27;t want to rain on such a cool parade, but I&#x27;m pretty sure doing the same with a truly performant GC is a whole different ballgame.