-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add riscv64 backend for node.js #37856
Comments
Hello, Then you are good to go. |
Thanks |
And i have another question |
O, i may be find in https://github.com/openssl/openssl/blob/13a574d8bb2523181f8150de49bc041c9841f59d/crypto/sha/asm/keccak1600-s390x.pl. |
It seems that those files are pre-generated during building. Please refer to README in openssl dep and official maintainence guide. FYI, Node.js has switched openssl to quictls/openssl in order to support QUIC in #37601 |
@luyahan I've only just noticed this issue - great timing as I was about to start taking a look at the port that you've done and give it a try. I'm interested in helping out with getting this in the main codebase if possible. I've sent a request to join your slack :-) |
v8 had been add riscv64 backend, so i open this pr to add riscv64 configure. Refs: nodejs#37856
@sxa Thanks. I am encountering a problem about openssl. About generate openssl noasm code for riscv64. What i need do to fix this error?
|
v8 had been add riscv64 backend, so i open this pr to add riscv64 configure. Refs: nodejs#37856
v8 had been add riscv64 backend, so i open this pr to add riscv64 configure. Refs: nodejs#37856
@luyahan not related to your issues and probably too early, but what OS is your riskv64 implementation running on, and do you work for/know of any company that might donate virtual instances to the Node.js CI? |
I am running Fedroa for riscv64.
PLCT Lab may be can provide it. I need to ask my leader. |
I know V8 can be built with simulator mode that can run other arch V8 on X64 machine. Can Node.js support it ? |
About May, PLCT Lab can get some riscv64 .borads and can donate it to Node.js ci |
PLCT Lab is happy to donate RISC-V dev boards. We had ordered dozens of RISC-V boards last year and still waiting to receive them :( |
@lazyparser can the PLCT Lab host the donated boards ? The project typically has vm's donated versus hardware as we don't have an easy place to host physical hardware. |
Sure. We are building an open CI infrastructure for RISC-V porting ( https://ci.rvperf.org ) and will provide a board farm to nodejs and v8, etc. |
v8 had been add riscv64 backend, so i open this pr to add riscv64 configure. Refs: nodejs#37856
v8 had been add riscv64 backend, so i open this pr to add riscv64 configure. Refs: #37856 PR-URL: #37980 Fixes: #37856 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
How can I install nodejs on risc-v Fedora?
|
Hi all,
I am a developer about v8 for riscv64 and v8 for riscv64 patch had been upstreamed into google repo.
I want to add support for node.js. I have build success locally.
And what should i do before opening a pr to submit it ?
The text was updated successfully, but these errors were encountered: