HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gmartres

no profile record

コメント

gmartres
·6 か月前·議論
Chisel picked up Scala 3 support in 7.0.0 released last September (https://github.com/chipsalliance/chisel/releases/tag/v7.0.0), right now they cross-compile between Scala 2 and 3 but from what I heard they should eventually move to Scala 3 only to start taking advantage of new features like named tuples (https://docs.scala-lang.org/scala3/reference/other-new-featu...).
gmartres
·4 年前·議論
Thanks for open-sourcing this! Roughly, what's the performance overhead from running code under hermit? I'm wondering if this could be used for doing benchmarking with less variance on non-deterministic platforms such as the JVM (I assume hermit is "deterministic enough" that the JIT and GC threads of the JVM will run the same code on every execution?)
gmartres
·4 年前·議論
https://www.lihaoyi.com/post/FromFirstPrinciplesWhyScala.htm...