HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gmartres

no profile record

comments

gmartres
·há 6 meses·discuss
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
·há 4 anos·discuss
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
·há 4 anos·discuss
https://www.lihaoyi.com/post/FromFirstPrinciplesWhyScala.htm...