You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
Has there been any successful versions or builds working on a PowerPC G4 Mac running Mac OS X? If so, where do I find this version and how do I build it, or where can I get binaries? I'll take any version of Node.js.
The text was updated successfully, but these errors were encountered:
The core challenge here is that different version of the PowerPC chip implementation have different FPU instructions. This drift in CPU implementation makes the V8 implementation (which is effectively a compiler) problematic.
Javascript really like floating point, like.. a lot.
To fix this - someone needs to crawl through the floating point issues and (conditionally) reimplement those parts to fix the code for that architecture. Easier than supporting a complete new CPU .. but still requires specific skills.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Has there been any successful versions or builds working on a PowerPC G4 Mac running Mac OS X? If so, where do I find this version and how do I build it, or where can I get binaries? I'll take any version of Node.js.
The text was updated successfully, but these errors were encountered: