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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

More optimizations in the compiler and JIT

172 点作者 asabil大约 2 年前

2 条评论

samsquire大约 2 年前
This is interesting, thank you.<p>I really should learn from BEAM and the OTP and learn Erlang. I get the feeling it&#x27;s super robust and reliable and low maintenance. I wrote a userspace multithreaded scheduler which distributes N lightweight threads to M kernel threads.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;preemptible-thread">https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;preemptible-thread</a><p>I recently wrote a JIT compiler and got lazy compilation of machine code working and I&#x27;m nowhere near beginning optimisation<p><a href="https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;compiler">https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;compiler</a><p>How do you write robust software, that doesn&#x27;t crash when something unexpected goes on?<p>I looked at sozo <a href="https:&#x2F;&#x2F;github.com&#x2F;sozu-proxy&#x2F;sozu">https:&#x2F;&#x2F;github.com&#x2F;sozu-proxy&#x2F;sozu</a><p>and I&#x27;m thinking how to create something that just stays up and running regardless.
评论 #35638042 未加载
alberth大约 2 年前
Did this just make numerical computations, something Erlang is known to be very slow at, 4x faster?
评论 #35636238 未加载
评论 #35636750 未加载
评论 #35635724 未加载