<bkeys>
I got a Nezha SBC this Friday which has 1GB of RAM and a single 1GHz core processor and it even does web browsing better than my Unmatched does...
<bkeys>
Nezha is RISC-V SBC if anyone is not already aware
<davidlt>
bkeys, RISC-V doesn't have fancy things like JIT engines yet
<davidlt>
well, we do now :)
<davidlt>
v8 exist :)
<davidlt>
work is ongoing for Chromium support of course
<bkeys>
Yeah but neither the Nezha or Unmatched have JIT (they are both RISC-V)
<davidlt>
ah, Nezha, Allwinner D1
<davidlt>
Yeah, sadly you will loose some of that with upstream
<davidlt>
like RVV stuff will not be supported, they also use reserved bits in PTE
<davidlt>
but it can run in compatible mode
<bkeys>
D1 is really good for what it is
<davidlt>
true, but too expensive and some things will not be supported by distros
<davidlt>
(again, things like vectors)
<bkeys>
I mean the only thing I am aware is the debian that comes on the SD card
<davidlt>
well, that's most likely some customized/optimized variant for this SoC
<bkeys>
It is too expensive for most indeed; unless it is someone who just wants to run rv
<davidlt>
but the V extension they implemented is not compatible with the final thing
<davidlt>
that's the problem
<davidlt>
and that's why it will not be supported
<bkeys>
Yeah, It is still crazy that a 1GHz with 1 GB of RAM is noticeably faster than Unmatched
<davidlt>
not really
<davidlt>
Allwinner is SoC company
<pierce>
PLCT have apparently completed "Support of RV64G for nodejs had been merged to main trunk"
<davidlt>
yeah, I am on their Slack channel
<davidlt>
IIRC someone told me that it's not working yet
<davidlt>
basically the was a wait for NodeJS to pick up a new v8
<davidlt>
and that point configuration changes were merged (landed in 16.0 IIRC)
<davidlt>
but I was told it's not good enough yet
<pierce>
Ah okay, I only noticed on the mailing list
<pierce>
4 hours ago
<davidlt>
I haven't tried it myself
<davidlt>
the configuration changes were added months ago
<pierce>
[sig-managed-runtimes] Recent progressing on V8 and Nodejs for RISC-V from PLCT lab
<davidlt>
so maybe this is a new development
<pierce>
I tried looking for a git repo, but I couldn't find anything recent
<pierce>
Couldn't find a PR on GitHub for nodejs/node either